@include('components.theme.pages.header') {{ Form::open(['route' => 'konselor.ticket.store']) }} @csrf Jadwal Bimbingan & Konseling Jenis Keperluan* Pilih Jenis Keperluan Non Akademis Akademis Masuk Universitas Masalah Keluarga Yang Lain @error('subject') {{ $message }} @enderror Atur Siswa (pilih salah satu) @foreach($getListSiswa as $siswa) {{ $siswa->name }} @endforeach Tingkat Masalah* @foreach ([1,2,3] as $priority) @php $name = $priority == 1 ? 'Normal' : ($priority == 2 ? 'Sedang' : 'Parah') @endphp {{ $name }} @endforeach @error('is_priority') {{ $message }} @enderror Jenis Bimbingan* @foreach ([1,2] as $priority) @php $name = $priority == 1 ? 'Aplikasi' : 'Face to Face' @endphp {{ $name }} @endforeach @error('type') {{ $message }} @enderror Buat Kembali {{ Form::close() }} @push('scripts') @endpush @include('components.theme.pages.footer')