@extends('layout') @section('h4-page', __('ReportPopularService')) @section('contents')
{{__("ExportExcel")}}
{{--
--}}
@forelse (@$main as $key => $item) @empty @endforelse
# {{__("ServiceName")}} {{__("qty")}}
{{ $main->currentPage() > 1 ? $main->perPage() * $main->currentPage() - $main->perPage() + $key + 1 : $key + 1 }} {{ $item->service?->name }} {{ $item->service_count }}
{{__("NoDataFound")}}
{{ @$main->appends(request()->except('page'))->links('pagination::bootstrap-5') }}
@endsection @section('scripts') @endsection