@extends('admin.layouts.app') @section('content')
@if($mainPageServices->isEmpty()) @else @php $counter = ($mainPageServices->currentPage() - 1) * $mainPageServices->perPage() + 1; @endphp @foreach($mainPageServices as $mainPageService) @php $counter++; @endphp @endforeach @endif
Main Page Service ID Photo Text Control

There are no Main Page Services to be shown

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