@extends('layouts.app_booking')
@section('title',__('new.late_services'))
@section('content')
🛎 الخدمة: {{ $srv->product_name }}
🚦 الحالة: {{ __('restaurant.'.$srv->booking_status )}}
👤 العميل: {{ $srv->customer_name }}
⏰ وقت البدء: {{ date('h:i A', strtotime($srv->start_time)) }}
⏳ وقت الانتهاء: {{ date('h:i A', strtotime($srv->end_time)) }}
🚫{{__('new.no_late_services')}}