@include('includes.header')
{{ !empty($dataList[0]) ? $dataList[0]->School_District__c . ' - ' . $dataList[0]->State__c . ' - ' . ucfirst(strtolower($type)) : 'All Results' }}
Go Back
# |
Name |
Location |
Title |
Email |
Lead Source |
Timezone |
@if(!empty($dataList))
@foreach($dataList as $key => $row)
{{ $key+1 }} |
{{ $row->Name }} |
{{ $row->Location__c }} |
{{ $row->Title__c }} |
{{ $row->Opportunity_Email__c }} |
{{ $row->LeadSource }} |
{{ $row->Time_Zone__c }} |
@endforeach
@endif
@include('includes.footer')