{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
{!!Helper::getListAddBtn(route("document_center.create"),"Add New Document")!!}
@include("backend.alerts")
{!!Helper::getClientFilterDropDown(false)!!}
{!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection