{{ ucwords($booking->user->name) }}
{{ $booking->user->email ?? '--' }}
{{ $booking->user->mobile ? $booking->user->formatted_mobile : '--' }}
{{$booking->deal->location->name}}
{{$booking->deal_quantity}}