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

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


{{-- Datatatble : Start --}}

Web Front Dashboard

{{-- Datatatble : End --}} {{-- Page Description : Start --}} @if(!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}} {{-- End: Page Content --}}
@endsection @push('footer-scripts') {{-- Toastr : Script : Start --}} @if(Session::has('messages')) @endif {{-- Toastr : Script : End --}} @endpush