@php $tableId = 'kt_table_1'; @endphp
+{{ __('Create') }}
@slot('table_header') {{ __('Expand') }} {{ __('Name') }} {{ __('Actions') }} {{-- --}} @endslot @slot('table_body') {{-- {{ __('Expand') }} {{ __('Name') }} {{ __('Actions') }} --}} @php $id = 0 ; @endphp @foreach($items as $mainId => $mainItemArr )
@if(count($mainItemArr['sub_items'] ?? [])) @endif
{{ $mainItemArr['data']['name'] }} {{-- --}} @php $order = 1 ; @endphp @foreach ($mainItemArr['sub_items'] ?? [] as $subItemId => $subItemArr) {{-- @if($subItemIndex != 'sub_items') --}}
{{ __('Category') }}
{{ $subItemArr['data']['name'] }} {{-- --}} {{-- @endif --}} @foreach ($subItemArr['sub_items'] ?? [] as $thirdSubId => $subArr) {{ __('Item Name') }} {{ $subArr['data']['name'] }} @endforeach @php $order = $order +1 ; @endphp @endforeach
Warning: Undefined variable $id in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/revenue-business-line/view-table.blade.php on line 450
@endforeach @endslot
@section('js') @endsection