@extends('admin.layouts.app') @section('title', 'Edit Service Category') @section('content')
Back to Service Categories

Edit Service Category: {{ $scategory->name }}

@if ($errors->any())
@endif
@csrf @method('PUT')

Select a parent category to create a subcategory.

Leave blank to auto-generate from name.

@if($scategory->image)
@endif

Upload an image (JPG, PNG, GIF). Max 5MB. Leave empty if you don't want to change the image.

Paste your custom Schema.org JSON-LD code here.


SEO Settings

/60 chars
/160 chars
nofollow) ? 'checked' : '' }} class="mt-1 w-4 h-4 bg-slate-900 border-slate-700 rounded text-blue-600 focus:ring-blue-500 focus:ring-offset-slate-900">

If checked, search engines will be instructed not to follow links to this category page.


@endsection