@include("backend.includes.flash")
@isset($items) @foreach($items as $item) @endforeach @endisset
S.No @lang("labels.config.$configItem") @lang('labels.last_updated_at') @lang('labels.action')
{{ $item->id }} {{ $item->name }} {{ $item->updated_at->diffForHumans() }} @if($configItem == "SubCategory") @endif
@isset($items)
{{ $items->links() }}
@endisset
{{-- For Unassign Service --}} {{-- End For Unassign Service --}}
@push ('page-scripts') @endpush