@extends('admin.layout.main') @section('admin')

Edit Service

Update service information

@if ($errors->any())
@endif

Edit Service Information

@csrf @method('PUT')

Optional: Select a country for this service

@if($service->image)
{{ $service->name }}

Current service image

@endif

Lower numbers appear first

is_active) ? 'checked' : '' }} class="rounded border-gray-300 dark:border-gray-600 text-[#10B981] focus:ring-[#10B981] bg-white dark:bg-gray-800">
Cancel
@endsection