@if($show == 'index')
Bimbingan Proposal
No. |
Pembimbing |
Judul |
Deskripsi |
Persetujuan |
Aksi |
@forelse ($finalproject_consultations as $key => $item)
{{ $key + 1 }} |
{{ $item->teacher?->name }} |
{{ $item->title }} |
{{ $item->description }} |
@if($item->is_accept_teacher == 1)
@else
@endif
|
|
@empty
Tidak ada data |
@endforelse
@elseif($show == 'detail_percakapan_bimbingan')
Detail Percakapan Bimbingan
No. |
Nama Pengirim |
Pesan |
Waktu |
@forelse ($guidance_conversations as $key => $item)
{{ $guidance_conversations->firstItem() + $key }}
|
{{ $item['user_name'] }} |
{{ $item['description'] }} |
{{ $item['created_at'] }} |
@empty
Tidak ada data |
@endforelse
@if (!empty($guidance_conversations))
{{ $guidance_conversations->links() }}
@endif
@endif