@extends('layouts.acorn.acorn_frontend_app') @section('header_styles') @endsection @section('content')

Explore Our Services Sub Categories

SLSI has 58+ years of experience with providing wide area of specialty services listed below.

Back
@if ($serviceSubCategories->count() != 0) @foreach ($serviceSubCategories as $serviceSubCategory)
{{ $serviceSubCategory->service_sub_category_name }}

{{ $serviceSubCategory->ServiceCategory['service_category_name'] }}

View Services
@endforeach @elseif ($serviceSubCategories->count() == 0) @php $url = request()->path(); $urlParts = explode('/', $url); $categoryName = end($urlParts); $categoryName = str_replace('-', ' ', $categoryName); $categoryName = ucwords($categoryName); @endphp

No records were found

{{--

{{ $categoryName }} Category

--}}
@endif
{{--
@foreach ($serviceCategories as $serviceCategory)
{{ $serviceCategory->service_category_name }}
View Services
@endforeach
--}} @endsection @section('footer_scripts') @endsection