@yield('css')
Recover Password
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
Submit
Go to login ?