@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')
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 }} |
Client Note: {{ $userNotes }}
Please log in to your dashboard to confirm the appointment. A Google Meet link will be automatically generated for the session.
@endsection @section('footer-greeting') Thank you for using ImmigoPro @endsection