@foreach($tables as $index => $table) @php $slot_name = 'slot_' . $index; @endphp @if ($this->checkPermission($table)) @else @include('livewire.components.403') @endif @endforeach