@forelse ($participants as $participant) @empty @endforelse
Terdapat {{ $participants->count() }} peserta aktif
No Nama Peserta Email Usaha Budidaya Provinsi Aksi
{{ $loop->iteration }} {{ $participant->user?->name }} {{ $participant->user?->email }} {{ $participant->user?->cultivation_business }} {{ $participant->user?->address }}
Tidak ada data
@if ($participants->count())
Show {{ $participants->firstItem() }} - {{ $participants->lastItem() }} of {{ $participants->total() }}
@endif