@extends("layouts.admin.app") @section("page-title") {{__("Drivers")}} @endSection @section("page-nav-title")
{{__("Control And View All Notification")}}
| #{{__('ID')}} | {{__('title-en')}} | {{__('title-ar')}} | {{__('body-en')}} | {{__('body-ar')}} | {{__('day')}} | {{__('date-from')}} | {{__('date-to')}} | {{__('Time')}} | {{__('Control')}} |
|---|---|---|---|---|---|---|---|---|---|
| {{$serial_number++}} | {{$notification->notification->title_en}} | {{$notification->notification->title_ar}} | {{$notification->notification->body_en}} | {{$notification->notification->body_ar}} | {{$notificationTimeDetails->weekDay($notificationTimeDetails->weekday)}} | {{$notification->date_from}} | {{$notification->date_to}} | {{$notificationTimeDetails->time}} |