@if (session()->has('success')) @elseif (session()->has('error')) @endif

@if($state == 'show') Catatan Instruktur @else Data Siswa PKL @endif

@if($state == 'show')
@error('form.description')
{{ __($message) }}
@enderror
@else
@foreach ($datatable as $index => $key) @endforeach
{{ __('No') }} {{ __('Nama Siswa') }} {{ __('Nomor Telepon') }} {{ __('Kelas') }} {{ __('Kompetensi Keahlian') }} {{ __('Aksi') }}
{{ $index + 1 }} {{ $key?->fullname }} {{ $key?->phone_number }} {{ $key?->class?->name }} {{ $key?->skill_competency?->name }}
@endif
@push('scripts') @endpush