@extends('layouts.backend.guest') @section('content')
@csrf
{!! showErrors($errors, 'email') !!}
{!! showErrors($errors, 'password') !!}
@endsection @section('beforeBodyClose') @endsection