@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
@endsection @section("scripts") @endsection