@extends('admin.layouts.app') @section('title', 'Edit Compliance Group') @section('content')

Edit Compliance Group

← Back
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror

Unique identifier for this group (Uppercase).

@error('code')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 rounded border-gray-300 focus:ring-blue-500">
@endsection