@extends('app-new') @push('content-header') @endpush @push('prev-next-head') @endpush @section('content')
Services
@forelse ($orgServices as $key => $service) @empty @endforelse
SN. Name Icon
{{ $key + 1 }} {{ $service->name ?? 'N/A' }} @if ($service->icon) @endif
No records found
{{ $orgServices->appends(request()->except('page'))->links('pagination::bootstrap-4') }}
@endsection @push('footer-script') @endpush