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

Confirm Password

Please confirm your password before continuing

@csrf
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) @endif
@endsection