@extends('layouts.auth') @section('content')
{{ csrf_field() }} @if (session('status'))
{{ session('status') }}
@endif

@lang('app.recoverPassword')

@lang('app.enterEmailInstruction')

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection