@extends('layouts.customer.app') @section('title', "Ped's Barbershop | Booking History") @section('content') {{-- CONTAINER --}}
{{ formatDate($booking->created_at) }} | {{ $booking->barber->full_name }}
@ {{ formatDate($booking->schedule->date_time_start, 'time') }} - {{ formatDate($booking->schedule->date_time_end, 'time') }}
Record Not Found