@if($newsEvents->isEmpty())
@else
@php
$counter = ($newsEvents->currentPage() - 1) * $newsEvents->perPage() + 1;
@endphp
@foreach($newsEvents as $newsEvent)
@php
$counter++;
@endphp
@endforeach
@endif
{{ $newsEvents->onEachSide(5)->links() }}
News & Event ID | Text | Photo | Control | |
---|---|---|---|---|
There are no News & Events to be shown |
||||
{{$counter}} | {{$newsEvent->title}} |
|
{{$newsEvent->created_at->format('d / m / Y') }} |