@extends('layouts/contentLayoutMaster') @section('title', 'Add Notification') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @csrf Notification Details Title @error('title') {{ $message }} @enderror Body @error('body') {{ $message }} @enderror Submit @endsection @section('vendor-script') @endsection @section('page-script') @endsection