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

Sub Category

Add Sub Category

Sub Categories List

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