@extends('layouts.admin.app') @section('styles') @endsection @section('content')
| Avatar | Name | Registered At |
|---|---|---|
| {{ $user->customer?->full_name }} | {{ formatDate($user->created_at, 'dateTime') }} | |
| User Record Not Found | ||
| Customer | Services | Schedule | Barber | {{--Type | --}}Status |
|---|---|---|---|---|---|
|
|
{{ $booking->service->name }} | {{ formatDate($booking->schedule->date_time_start) }} at {{ formatDate($booking->schedule->date_time_start, 'time') }} - {{ formatDate($booking->schedule->date_time_end, 'time') }} | {{ $booking->barber->full_name }} | {{--{!! isOnline($booking->is_online) !!} | --}}{!! handleBookingStatus($booking->status) !!} |
| Booking Record Not Found | |||||
{{ $exploaded[0] }} - {{ $exploaded[1] }}
{{ $al->created_at->diffForHumans() }}