@extends('layouts.admin.main') @section('title', 'Add Notification') @section('content')

Add Notification

@include('layouts.messages')
@csrf
Notification Details
Cancel
@endsection @section('scripts') @parent @endsection