@include('components.theme.pages.header')
{{ $getTotalTicket }}
Total Bimbingan
{{ $getTotalTicketOpen }}
Total Bimbingan Terbuka
{{ $getTotalTicketClose }}
Total Bimbingan Selesai

Bimbingan & Konseling

@if(empty($getTotalAduan)) @else @php $no = 1; @endphp @foreach($getTotalAduan as $rows) @php $siswa = \App\Models\User::where('id', $rows->user_id)->first(); @endphp @endforeach @endif
No Subjek Jenis Tipe Siswa Status Tanggal Dibuat Aksi
Tidak ada data Bimbingan & Konseling...
{{ $no++ }} {{ $rows->subject }} @if($rows->type == 1) Aplikasi @elseif($rows->type == 2) Face to Face @endif @if($rows->is_priority == 1) Umum @elseif($rows->is_priority == 2) Sedang @else Parah @endif {{ $siswa->name }} @if ($rows->is_status == 1) Menunggu Respon @elseif($rows->is_status == 2) Telah dibalas siswa @elseif($rows->is_status == 3) Telah dibalas konselor @elseif($rows->is_status == 4) Kasus ditutup @endif {{ $rows->created_at }}
@include('components.theme.pages.footer')