@extends("layouts.dashboard.app") @section("page-nav-title")
{{__("Notification")}}
{{__("Create new notification")}}
{{__("Dashboard")}}
{{__("Create notification")}}
@endsection @section("content")
{{__("Create notification")}}
@csrf
Users
Vendors
Drivers
{{__("Title")}}
@error("Title")
{{$message}}
@enderror
{{__("Description")}}
@error("Description")
{{$message}}
@enderror
@endsection @section("scripts") @endsection