@extends('admin.layout') @section('content')
@csrf

Add Service Category

Service Category List
@foreach($serviceCategoryLists as $serviceCategoryList) @endforeach
Id Service Name Action
{{$serviceCategoryList->id}} {{$serviceCategoryList->service}}
Id Service Name Action
@endsection