@include('includes.header')

{{ !empty($dataList[0]) ? $dataList[0]->School_District__c . ' - ' . $dataList[0]->State__c . ' - ' . ucfirst(strtolower($type)) : 'All Results' }} Go Back

@if(!empty($dataList)) @foreach($dataList as $key => $row) @endforeach @endif
# Lead ID Name Location Title Email Lead Source Timezone
{{ $key+1 }} {{ $row->Lead_ID__c }} {{ $row->Name }} {{ $row->Location__c }} {{ $row->Title__c }} {{ $row->Opportunity_Email__c }} {{ $row->LeadSource }} {{ $row->Time_Zone__c }}
@include('includes.footer')