Daftar Variabel Daftar Variabel Pengaturan @can('pengaturan.variabel.create') @endcan @can('pengaturan.variabel.delete') @endcan
@foreach (app_const('APP_CORES') as $category) @endforeach
@if ($selectPage) @endif @forelse ($variables as $variable) @empty @endforelse
@unless ($selectAll)
Anda telah memilih {{ $variables->count() }} variabel, apakah Anda mau memilih semua {{ $variables->total() }} variabel?
@else Anda sekarang memilih semua {{ $variables->total() }} variabel. @endif
{{ $variable->value ?? '-' }} {{ $variable->category ?? '-' }}
@can('pengaturan.variabel.edit') Sunting @endcan
{{ $variables->links() }}