@csrf @if (session('status'))
@lang(session('status'))
@endif {{-- description --}}
{{ __('Fill the following fields to Sign in') }}
{{-- Name filed --}}
@error('name')
{{ $message }}
@enderror {{-- Email filed --}}
@error('email')
{{ $message }}
@enderror {{-- password filed --}}
@error('password')
{{ $message }}
@enderror {{-- password_confirmation filed --}}
{{-- Terms and Conditions --}}
{{-- Submit Button --}}
{{-- Login with socialite --}}
{{__('Or')}}
{{__('Sign in with google')}} {{__('Sign in with Facebook')}}