@extends('layouts.master-without-nav') @section('title') Reset Password @endsection @section('css') @endsection @section('body') @endsection @section('content')
@if ($notification = Session::get('error'))
{{ $notification }}
@endif @if ($notification = Session::get('success'))
{{ $notification }}
@endif
{{-- --}}
@csrf
Please provide an email address.

Remember It ? Sign In here

@endsection @section('script') @endsection