@extends('auth.layouts.app') @section('title', 'Forgot Password') @section('content')

{{ env('APP_NAME') }}

Reset Password!

@if (session('error')) {{ session('error') }} @endif
@csrf
@error('email') {{ $message }} @enderror

Developed By : {{env('APP_DEVLOPER')}}
@endsection