{{-- addServiceImage --}} @extends('admin.layout') @section('content')
@csrf

Update Image


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