@extends('layout.store_layout.master') @section('content')
{{--اضف جديد--}}
@foreach($reservations as $res) @endforeach
المنتج تصنيف المنتج اسم العميل حالة الطلب تاريخ الحجز العمليات
{{$res->product->mainCategory->name}} {{$res->user->name}} @if(!$res->is_notified) قيد الانتظار @else تم الاشعار @endif {{\Carbon\Carbon::createFromDate($res->created_at)->toDayDateTimeString()}} الاعدادات
@endsection @push('custom_js') @endpush