@extends('layouts.auth') @section('body_class','fp-page') @section('content')
{{ csrf_field() }}
@lang('auth.reset_password_title')
@if(session()->get('status') != null )
{{ session()->get('status') }}
@endif
email
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection