@lang('admin.customer_image')
image
@lang('admin.customer_name') {{$res->user->name}}
@lang('admin.customer_phone') {{$res->user->full_mobile}}+
@lang('admin.product_image')
image
@lang('admin.product_name') {{ $res->product->name}}
@lang('admin.main_category') {{$res->product->mainCategory->name}}
@lang('admin.sub_category') {{$res->product->subCategory->name}}
@lang('admin.status') @if(!$res->is_notified) @lang('admin.status_pending') @else @lang('admin.status_notified') @endif
@lang('admin.booking_date') {{\Carbon\Carbon::createFromDate($res->created_at)->toDayDateTimeString()}}
@if(!$res->is_notified) @lang('admin.send_notification_of_product_availability') @endif @lang('admin.delete')