@extends('layouts.main') @section('title') Daftar Hadir @endsection @section('content')

Daftar Hadir

@foreach ($models as $item) @endforeach
# Nama Nomor HP Acara Keterangan Panitia Waktu Hadir
{{ $loop->iteration }}
{{ $item->participant->initials }}
{{ $item->participant->phone_number }} {{ $item->program }} {{ $item->participant->description }} {{ $item->user->name }} {{ $item->created_at }}
@endsection