@extends('frontend.layout.master') @section('title', 'Reset Password') @section('content') @if (session('status')) @endif

Reset Password

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