@include('links.header') Entries Report
@csrf
@foreach($entries_report as $key=>$val) @endforeach
First Name Last Name Company Job Title Country Entry Ids Completed Entries Drafted Entries Order Ids Total Amount
{{ $val->pri_first_name }} {{ $val->pri_last_name }} {{ $val->pri_first_name }} {{ $val->pri_job_title }} {{ $val->pri_country }} {{ $val->city_district }} {{ $val->order_status }} {{ $val->payment_status }} {{ $val->pri_first_name }} {{ $val->endorsement_status }}
@include('links.footer')