@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 $konselor = \App\Models\User::where('id', $rows->konselor_id)->first(); @endphp @endforeach @endif
No Subjek Jenis Konselor Status Tanggal Dibuat Aksi
Tidak ada data Bimbingan & Konseling...
#{{ $no++ }} {{ $rows->subject }} @if($rows->is_priority == 1) Umum @elseif($rows->is_priority == 2) Sedang @else Parah @endif {{ $konselor->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')