@extends('emails.layout')
@section('content')
New Growth Audit Request
A new prospect has requested a Growth Audit session. Here are the details:
Prospect Details
Name
{{ $booking->name }}
Email
{{ $booking->email }}
Proposed Date
{{ $booking->scheduled_at->format('M d, Y @ h:i A') }}
@if($booking->message)
Message / Notes
{{ $booking->message }}
@endif
System Notification,
Altivate Infrastructure
@endsection