@extends('provider.layout.auth') @section('content')
@lang('provider.signup.create_new_acc')

@lang('provider.signup.sign_in')

{{ csrf_field() }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif

@lang('provider.signup.forgot_password')

@if(Setting::get('social_login', 0) == 1)
@endif
@endsection