@extends("layouts.dashboard.app") @section("page-nav-title")

{{__("Notification")}}

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

@endsection @section("content")

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

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