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

{{(!empty($p_title) && isset($p_title)) ? $p_title : ''}}

{{(!empty($p_summary) && isset($p_summary)) ? $p_summary : ''}}

{{-- Start: Form --}}
{{-- Start: Form --}}
@include('manager.inc.sideHeaderShow')
{{-- Delete Confirmation Model : Start --}}
# File Name Action
{{-- End: Form --}} {{-- Modal --}} {{-- End: Modal --}} {{-- Delete Confirmation Model : Start --}}
{{-- Page Description : Start --}} @if(!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}} @endsection @push('footer-scripts') {{-- Delete Confirmation Model : Script : Start --}} @endpush