@extends("layouts.admin.app") @section("page-title") {{__("Drivers")}} @endSection @section("page-nav-title")

{{__("Notification")}}

{{__("Control And View All Notification")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-drivers")) @endif
@foreach($notifications as $notification) @foreach($notification->notificationTimeDetails as $notificationTimeDetails) @endforeach @endforeach
#{{__('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}}
id)}}" method="post" id="delete{{$notificationTimeDetails->id}}" style="display: none" data-swal-title="{{__('Delete Notification Time')}}" data-swal-text="{{__('Are Your Sure To Delete This Notification Time ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Notification Time has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection