@extends('layouts.app') @section('content')

Forgot Password

@if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif @if (\Session::has('errMsg'))
  • {!! \Session::get('errMsg') !!}
@endif
{{ csrf_field() }}
@if (session('email')) {{ session('email') }} @endif
Login
@endsection