@section('title') {{$page_title}} @endsection
@csrf

{{ __('Sign In') }}

@error('username')
{{ $message }}
@enderror @error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) {{ __('Forgot Password ?') }} @endif
or
Logo {{ __('Continue with Google') }} Logo {{ __('Continue with Facebook') }}