@extends('layouts.guest') @section('title', 'Forgot Password - POS System') @section('content')

Forgot your password?

No problem. Just enter your email and we'll send you a password reset link.

@csrf
@error('email')

{{ $message }}

@enderror
@if (session('status'))

{{ session('status') }}

@endif

© {{ date('Y') }} POS System. All rights reserved.

@endsection