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

{{__('Notifications With Specific Time')}}

{{__('Control and view all Notifications With Specific Time')}}

@endsection @section("content") @include("includes.dialog")
@foreach($notifications as $notification) @foreach($notification->notificationTimeDetails as $notificationTimeDetails) @endforeach @endforeach
#{{__('ID')}} {{__('Title En')}} {{__('Title Ar')}} {{__('Body En')}} {{__('Body Ar')}} {{__('Week Day')}} {{__('Date From')}} {{__('Date To')}} {{__('Time')}} {{__('Control')}}
{{$notification->id}} {{$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{{$notification->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