@extends('admin.layouts.app') @section('content')
@if($newsEvents->isEmpty()) @else @php $counter = ($newsEvents->currentPage() - 1) * $newsEvents->perPage() + 1; @endphp @foreach($newsEvents as $newsEvent) @php $counter++; @endphp @endforeach @endif
News & Event ID Text Photo Control

There are no News & Events to be shown

{{$counter}} {{$newsEvent->title}} Identity Photo {{$newsEvent->created_at->format('d / m / Y') }}
@csrf @method('DELETE') Edit
{{ $newsEvents->onEachSide(5)->links() }}
@endsection