@extends('backend.layouts.auth.app') @section('title') {{ env('APP_NAME') }} || Froget Password @endsection @section('main')
Image

Don't worry, we'll send you an email to reset your password.

@if (session('status'))

{{ session('status') }}

@endif
@csrf
@error('email')
{{ $message }}
@enderror
Don't have an account? sign in
@endsection