@extends('layouts.admin') @section('content')
Name: {{ $ptbooking->first_name }} {{ $ptbooking->last_name }}
Email Address: {{ $ptbooking->email_address }}
Phone Number: {{ $ptbooking->phone_number }}
Personal Training Session: {{ $ptbooking->ptsession }}
Date {{ date('d/m/Y', strtotime($ptbooking->ptsession_date)) }}
Time {{ date('H:i', strtotime($ptbooking->ptsession_time)) }}
No of guests {{ $ptbooking->no_of_guests }}
@endsection