@extends('adminlte::page') @section('title', 'Services') @section('content_header')

Service Categories

@stop @section('content')
{{--
--}}
@php $i= 1; @endphp @foreach ($service_categories as $category) {{----}} @php $i++; @endphp @endforeach
No. Country Main Category Title Slug Actions
{{$i}}. {{$category['country_name']}} {{$category['main_category_name']}} {{$category['category_title']}} {{$category['slug']}} status == 1 ? 'checked' : '' }}>   {{-- --}}   is_published == 1 ? 'checked' : '' }}>
{{ $service_categories->withQueryString()->links('pagination::bootstrap-4') }}
@stop @section('css') @stop @section('js') @stop