@extends('layouts.admin') @section('title', 'Edit Service Category') @section('page_title', 'Update Service Category') @section('content')

Editing: {{ $service_category->name }}

@csrf @method('PUT')
is_top ? 'checked' : '' }} style="width: 20px; height: 20px;">
@if($service_category->image) @else

Click to Select Image

@endif

SEO Meta Information

Cancel
@endsection