@extends('layouts.auth') @section('title') {{__('Password reset')}} @endsection @php $logo = \App\Models\Utility::get_file('logo/'); @endphp @section('language-bar')
@endsection @section('content')
{{__('Forgot password')}}

{{__('Enter your email below to proceed.')}}

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