@extends('layout.store_layout.master') @section('content')
{{--@lang('admin.add_new')--}}
@foreach($reservations as $res) @endforeach
@lang('admin.product') @lang('admin.product_category') @lang('admin.customer_name') @lang('admin.order_status') @lang('admin.booking_date') @lang('admin.actions')
{{$res->product->mainCategory->name}} {{$res->user->name}} @if(!$res->is_notified) @lang('admin.status_pending') @else @lang('admin.status_notified') @endif {{\Carbon\Carbon::createFromDate($res->created_at)->toDayDateTimeString()}} @lang('admin.settings')
@endsection @push('custom_js') @endpush