@extends('manager.layouts.app') @section('page_title') {{ $page_title ?? '' }} @endsection @push('head-scripts') @endpush @section('content')
{{-- Start: Page Content --}}

{{ $p_title ?? '' }}

{{ $p_summary ?? '' }}

{{-- Datatable : Start --}}
# Title Start Date End Date Status Actions
{{-- Datatable : End --}} {{-- Page Description --}} @if(!empty($p_description)) @endif {{-- Delete Confirmation Modal --}} {{-- End Delete Confirmation Modal --}}
@endsection @push('footer-scripts') {{-- Toastr --}} @if(Session::has('messages')) @endif @endpush