@foreach ($columns as $col) {!! $col !!} @endforeach @if ($rows) @foreach ($rows as $index => $row) @foreach ($columns as $key => $col) @endforeach @endforeach @else @endif
#{{ __('admin/common.cols.actions') }}
{{ $first_index++ }}{{ $row[$key] }} @if ($groupButtons) @else @foreach ($actionButtons as $button) @switch($button) @case('info') @break @case('edit') @break @case('delete') @break @case('info_modal') @break @case('check_in') @break @case('postpone') @break @default @endswitch @endforeach @endif
{{ __('admin/common.msgs.no_results') }}
@if ($rows)
{{ $pagination['msg'] }}
{{ $pagination['links'] }}
@endif