@extends('admin.layouts.app') @section('title', 'Edit Service') @section('page-title', 'Edit: ' . $service->title) @section('content')
@csrf @method('PATCH')
is_active ? 'checked' : '' }} class="w-5 h-5 rounded border-white/10 bg-white/5 text-accent">
@if($service->featured_image) @endif
{{-- Benefits Section --}}
{{-- Features Section --}}
{{-- Full Content --}}
{{-- SEO Section --}}

Search Engine Optimization

Relative to /service/...

Back to List
@endsection