@include('links.header') All User Report
@csrf
@php if(count($entrant_detail)>0){ $i=1; foreach($entrant_detail AS $entrant){ @endphp @php $i++; } }@endphp
Entrant Id System First Name System Last Name System Email System Company System Country Registration time (event time) Entry Ids No. of draft entries No. of completed entries No. of cancelled entries Order IDs Total Amount Paid Amount Job Title Phone Email Address Address - Country
{{ $i }} {{ $entrant->first_name }} {{ $entrant->last_name }} {{ $entrant->email }} {{ $entrant->company_name }} {{ $entrant->country }} {{ $entrant->event_date }} {{ $entrant->entry_ids}} {{ $entrant->no_of_draft_entry }} {{ $entrant->no_of_complited_entry }} {{ $entrant->no_of_cancle_entry }} {{ $entrant->order_id }} {{ $entrant->total_amount }} {{ $entrant->total_amount }} {{ $entrant->job_title }} {{ $entrant->mobile }} {{ $entrant->email }} {{ $entrant->address.' '.$entrant->city.' '.$entrant->state.' '.$entrant->pincode }} {{ $entrant->country }}
@include('links.footer')