@extends('layouts/contentLayoutMaster') @section('title', 'Edit Notification') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@csrf @method('PUT')

Notification Details

@error('title') {{ $message }} @enderror
@error('body') {{ $message }} @enderror
@endsection @section('vendor-script') @endsection @section('page-script') @endsection