@extends('admin.layouts.app') @section('title','Sub Services') @section('content')

Sub Services

Add Sub Services

Sub Servies List

@php $sr = 1 @endphp @foreach($subCategories as $subCategory) @endforeach
S.No Service Sub Service Description Status Action
{{ $sr++ }} {{ $subCategory->service->name ?? '' }} {{ $subCategory->name ?? '' }} {!! $subCategory->description ?? '' !!} @if($subCategory->status == 1) @else @endif
@endsection @section('js') @endsection