{{-- @extends('email.master') @section('content')
{!!$client['message']!!}
New Booking

New Booking Has Been Created

Name: {{ $client->person ?? 'N/A' }}

Contact: {{ $client->number ?? 'N/A' }}

Email: {{ $client->email ?? 'N/A' }}

Reference: {{ $client->reference ?? 'N/A' }}


Unit No: {{ $unit->unit->unitname ?? 'N/A' }}

Project Details: {{ $unit->unit->unittypedetail ?? 'N/A' }}

@endsection --}}