| # |
اسم القسم |
اسم السجن |
تعديل |
@php
$i = 1;
$skipCount = $sections->perPage() * $sections->currentPage() - $sections->perPage();
@endphp
@foreach ($sections as $section)
| {{ $skipCount + $i }} |
@php $i++ @endphp
{{ $section->name }} |
{{ $section->prison->name }}
|
تعديل |
@endforeach
{{ $sections->appends(Request::except(['_token']))->links() }}