{{csrf_field()}}
{{ __('Login to Dashboard') }}
@if(Session::has('failed'))
{{Session::get('failed')}}
@endif
{{ __('login') }}