| No |
Gambar |
Nama |
Pekerjaan |
Rating |
Disetujui |
Aksi |
@forelse($testimonials as $index => $testimonial)
| {{ ($testimonials->currentPage() - 1) * $testimonials->perPage() + $loop->iteration }} |
@if($testimonial->image)
@else
-
@endif
|
{{ $testimonial->name }} |
{{ $testimonial->occupation }} |
@for($i = 1; $i <= 5; $i++)
@if($i <= $testimonial->rating)
@else
@endif
@endfor
|
@if($testimonial->is_approved)
Disetujui
@else
Menunggu
@endif
|
|
@empty
| Belum ada testimoni |
@endforelse
{{ $testimonials->links() }}