@extends('layouts.app') @section('content')
Reset Password
@if (session('msg'))
{{ session('msg') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection