@extends('layouts.backend.guest') @section('content')
@csrf
{!! showErrors($errors, 'email') !!}
{!! showErrors($errors, 'password') !!}
@if (Route::has('password.request'))

{{ __('Forgot Your Password?') }}

@endif
@endsection @section('beforeBodyClose') @endsection