Daftar Edukasi Daftar Edukasi Klinik @can('pelayanan.edukasi.create') @endcan @can('pelayanan.edukasi.delete') @endcan
@if ($selectPage) @endif @forelse ($educations as $education) @empty @endforelse
Berkas
@unless ($selectAll)
Anda telah memilih {{ $educations->count() }} hasil lab, apakah Anda mau memilih semua {{ $educations->total() }} hasil lab?
@else Anda sekarang memilih semua {{ $educations->total() }} hasil lab. @endif
{{ $education->title ?? '-' }} {{ $education->is_active ? 'aktif' : 'nonaktif' }} @foreach ($education->thumbnailUrl() as $item) Lihat Berkas @endforeach
Detail @can('pelayanan.edukasi.edit') Sunting @endcan
{{ $educations->links() }}