{{ __('Hi, Welcome Back!') }}
{{ __('Enter your details sign in to your account') }}
{{-- {{ csrf_field() }} --}} @csrf
{{ __('Email address') }}
{{ __('Password') }}
@error('password')
{{ $message }}
@enderror
{{ __('Log in') }}
@if (Session::has('success')) @endif @if (Session::has('error')) @endif @if ($errors->any()) @endif