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

{{__("Notification")}}

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

@endsection @section("content")
{{ csrf_field() }}

{{__("Create notification")}}

@csrf
has('title_en')) is-invalid @endif class="form-control" name="title_en" class="form-control" > @error("title_en")
{{$message}}
@enderror
has('title_ar')) is-invalid @endif class="form-control" name="title_ar" class="form-control"> @error("title_ar")
{{$message}}
@enderror
@error("body_en")
{{$message}}
@enderror
@error("body_ar")
{{$message}}
@enderror
@foreach($users as $user) @endforeach
{{__("Select")}} {{__("Phone Number")}}
{{$user->phone_number}}
@if(!isset($search)) {{ $users->links() }} @endif @error("id")
must select one at least
@enderror
@endsection @section("scripts") @endsection