@extends('header.header') @section("content")
{{__('Notifications')}}
{{__('Dashboard')}}
{{__('Create Notifications')}}
{{__("Create notification")}}
@csrf
{{__("Title")}}
@error("Title")
{{$message}}
@enderror
{{__("Description")}}
@error("Description")
{{$message}}
@enderror
@foreach($users as $user) @endforeach
{{__("Select")}}
{{__("Phone Number")}}
{{$user->phone_number}}
@error("id")
must select one at least
@enderror
@endsection @section("js-scripts") @endsection