@extends('layouts/contentLayoutMaster') @section('title', 'Edit Notification') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @csrf @method('PUT') Notification Details Title @error('title') {{ $message }} @enderror Body {{$notification->body}} @error('body') {{ $message }} @enderror Update @endsection @section('vendor-script') @endsection @section('page-script') @endsection