@php $data = []; $data['title'] = "Manage Notification"; @endphp @include('backend.components.header_link', $data) @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
@include('backend.components.menu')
@include('backend.components.navbar', $data)
@csrf
@include('backend.components.footer') @include('backend.components.footer_link')