{{ $title ?? '' }}

@include ('core::components.breadcrumb')
@if(isset($control_buttons)) @foreach($control_buttons as $btn) @if(isset($btn['label'])) @if(isset($btn['icon'])) @endif {{ $btn['label'] ?? '-' }} @endif @endforeach @endif {{-- @if(isset($structure) && !isset($hide_export_import)) @if(method_exists($structure, 'exportRoute')) {{ __('core::module.form.export_to_excel') }} @endif @if(method_exists($structure, 'importRoute')) {{ __('core::module.form.import_from_excel') }} @endif @endif --}}
@if(isset($structure)) @if(method_exists($structure, 'exportRoute')) @include ('core::components.export-import.modal-exporter') @endif @if(method_exists($structure, 'importRoute')) @include ('core::components.export-import.modal-importer') @endif @endif