@extends('layouts.backend.guest') @section('content')
@if (session('status')) @endif
@csrf
{!! showErrors($errors, 'email') !!}
@endsection