@extends('layouts.tenant.auth') @section('content')
@csrf Forgot Password @if (session('status'))
{{ session('status') }}
@endif @error('email')
{{ $message }}
@enderror
Back to login
@endsection