@extends('emails.layout') @section('pre-header') New Appointment Request @endsection @section('header-title') 📅 Appointment Request @endsection @section('header-subtitle') A client has requested an appointment with you @endsection @section('content')

Hi {{ $officerName }},

You have a new appointment request. Please review the details below and confirm or decline from your dashboard.

Client Name {{ $clientName }}
Client Email {{ $clientEmail }}
Requested Date {{ $appointmentDate }}
Time {{ $appointmentTime }}
@if($userNotes)

Client Note: {{ $userNotes }}

@endif

Please log in to your dashboard to confirm the appointment. A Google Meet link will be automatically generated for the session.

View in Dashboard
@endsection @section('footer-greeting') Thank you for using ImmigoPro @endsection