-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@if(isset($reports) && count($reports) > 0)
@else
| Name | Organization | Position | Type | Payment Options | Control Numbr | Registered At | |
|---|---|---|---|---|---|---|---|
| {{ $report->fname }} {{ $report->lname }} | {{ $report->email }} | {{ $report->organization }} | {{ $report->position }} | {{ $report->registration_type }} | {{ $report->paymentoptions }} | {{ $report->controlnumber }} | {{ $report->created_at }} |
Total Users: {{ $totalUsers }}
No user data found.
@endif