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

{{__("Notification")}}

{{__("Create new notification")}}

@endsection @section("content") @include("includes.dialog")

{{__("Create new notification with specific time")}}

@csrf
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("body_en")
{{$message}}
@enderror
@error("body_ar")
{{$message}}
@enderror
@error("date_from")
{{$message}}
@enderror
@error("date_to")
{{$message}}
@enderror
@foreach($weekday as $index => $day) @endforeach
{{__('Select')}} {{__('day')}} {{__('Time')}}
{{$day}}
@endsection @section("scripts") @endsection