@extends('manager.layouts.app') @section('page_title') {{$page_title ?? ''}} @endsection @push('head-scripts') @endpush @section('content')
{{-- Page Header --}} {{-- Datatatble : Start --}}
# Type Current Old At User
{{-- Datatatble : End --}} {{-- Page Description : Start --}} @if(!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}}
@endsection @push('footer-scripts') {{-- Toastr : Script : Start --}} @if(Session::has('messages')) @endif {{-- Toastr : Script : End --}} @endpush