@extends($layout ?? BaseHelper::getAdminMasterLayoutTemplate()) @section('content') @include('core/table::base-table') @if(!empty($add_modal)) {!! $add_modal !!} @endif @endsection @if (isset($isProductTable) && $isProductTable == 1) @push('footer') @endpush @endif