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

{{__("Notification")}}

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

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

{{__("Create notification")}}

@csrf
has('Title')) is-invalid @endif class="form-control" name="title" class="form-control" > @error("Title")
{{$message}}
@enderror
@error("Description")
{{$message}}
@enderror
@foreach($users as $user) @endforeach
{{__("Select")}} {{__("Full Name")}} {{__("Mobile Number")}}
{{$user->first_name != null ? $user->first_name : $user->MobileNumber}} {{$user->MobileNumber}}
@error("id")
must select one at least
@enderror
@endsection @section("scripts") @endsection