@extends("layouts.admin.app") @section("page-title") {{__("send notification")}} @endSection @section("page-nav-title")
{{__("Notification")}}
{{__("Create new notification")}}
{{__("Dashboard")}}
{{__("Create notification")}}
@endsection @section("content")
{{__("Create notification")}}
@csrf
{{__("select type")}}
Select one
send for all users
send for custom user
@error("type")
{{$message}}
@enderror
{{__("Title")}}
{{__("Description")}}
@error("Text")
{{$message}}
@enderror
@endsection @section("scripts") @endsection