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

{{__("Notification")}}

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

@endsection @section("content") @include("layouts.main-parts.page-message")

{{__("Create notification")}}

@csrf
@error("Title")
{{$message}}
@enderror
@error("Description")
{{$message}}
@enderror
@foreach($users as $user) @endforeach
{{__("Select")}} {{__("Phone Number")}}
{{$user->firstName != null ? $user->firstName : $user->phone_number}}
@error("id")
must select one at least
@enderror
@endsection @section("scripts") @endsection