@extends('header.header') @section("content")
{{__('Notifications')}}
@csrf

{{__('Create New Notification')}}

@error("Title")
{{$message}}
@enderror
@error("Description")
{{$message}}
@enderror
@endsection