@extends('layouts.app') @section('content')

{{ $title }}

{{ $unit->exists ? 'Edit data satuan' : 'Tambah satuan baru' }}

@csrf @if($unit->exists) @method('PUT') @endif

Singkatan yang ditampilkan di aplikasi

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