{{ $typeLabel }} Tanimlari
Soru filtreleme ve form alanlari bu listeden beslenir.
@foreach(($types ?? []) as $key => $label)
{{ $label }}
@endforeach
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
{{ $errors->first() }}
@endif
@php
$isEdit = (bool) $editing;
$formAction = $isEdit
? route('akademi.settings.definitions.update', ['type' => $type, 'definition' => $editing])
: route('akademi.settings.definitions.store', ['type' => $type]);
@endphp
Kayitlar
| # | Value | Label | Sira | Durum | Islem |
|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->value }} | {{ $item->label }} | {{ $item->sort_order }} | {{ $item->is_active ? 'Aktif' : 'Pasif' }} | |
| Kayit bulunamadi. | |||||
{{ $items->links() }}