@extends('layouts.front') @section('title', 'Forgot Password - ToursTravel Kenya') @section('page')

Forgot Password?

Enter your email and we'll send you reset instructions.

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