@php $isExport = $isExport ?? false; @endphp
| # | @else{{ __('No') }} | @endif{{ __('Nama Grup') }} | {{ __('Created At') }} | {{ __('Updated At') }} | @if ($isExport === false && ($canUpdate || $canDelete || $canDetail)){{ __('Aksi') }} | @endif
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->group_name }} | {{ $item->created_at }} | {{ $item->updated_at }} | @if ($isExport === false) @include('stisla.group-menus.action') @endif