@forelse($agendas as $agenda)

{!! $agenda->name !!}

{!! $agenda->email !!}
Verified Approved

{!! $agenda->details !!}

@empty @endif