@if(count($actions)) @endif @if($indexing) @endif @foreach($headers as $header) @endforeach @if($create) @endif @if($update) @endif @if(count($actions)) @endif @forelse($rows as $key => $row) @if(count($actions)) @endif @if($indexing) @endif @foreach($row as $c => $cell) @endforeach @if($create) @endif @if($update) @endif @if(count($actions)) @endif @empty @endforelse
# {{ __('table.' . $header) }} {{ __('table.created_at') }} {{ __('table.updated_at') }}
{{ $key + 1 }} {!! $cell !!} {{ CheckDateTime($creates[$key], 'show', 'FullDateTime') }} {{ CheckDateTime($updates[$key], 'show', 'FullDateTime') }}
{{ __('table.NoRecords') }}
@if($pagination) @include('partial.pagination', ['items' => $data]) @endif