# |
{{ __('messages.Name') }} |
تم اضافتها بواسطة |
{{ __('messages_1.Icon') }} |
{{ __('messages.Actions') }} |
@php
$i = 1;
$skipCount = $data->perPage() * $data->currentPage() - $data->perPage();
@endphp
@include('inc.is_empty_data', [
'var_check_empty' => $data,
'var_check_empty_rows' => 6,
])
@foreach ($data as $item)
{{ $skipCount + $i }} |
@php $i++ @endphp
{{ $item->name }} |
{{ $item->user?->name }} |
 }}) |
|
@endforeach
{{ $data->appends(Request::except(['_token']))->links() }}