@extends('frontant.auth') @section('content')
{{ __('Send Password Reset Link') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection