@extends('admin.layout')
@section('content')
Service Category List
| Id |
Service Name |
Action |
@foreach($serviceCategoryLists as $serviceCategoryList)
| {{$serviceCategoryList->id}} |
{{$serviceCategoryList->service}} |
|
@endforeach
| Id |
Service Name |
Action |
@endsection