@extends('layouts.admin') @section('content')
Name: {{ $mcbooking->first_name }} {{ $mcbooking->last_name }}
Email Address: {{ $mcbooking->email_address }}
Phone Number: {{ $mcbooking->phone_number }}
Masterclass: {{ $mcbooking->masterclass }}
Date: {{ date('d/m/Y', strtotime($mcbooking->masterclass_date)) }}
Time: {{ date('H:i', strtotime($mcbooking->masterclass_time)) }}
No of guests {{ $mcbooking->no_of_guests }}
@endsection