@extends('layouts.app') @section('page_title', 'Add Notification') @section('content')
Add New Notification
@if (session('error')) @endif
@csrf
Cancel
@endsection