@if($holists->count() > 0) @foreach($holists as $record) @php $deleteUrl = route('deleteHotlistRecords', $record->id);@endphp @endforeach @else @endif
Name/Title Job Title Company Created on Created by Action
@if($record->category == "job") {{$record->title}}@else{{$record->name}}@endif {{$record->job_title}} {{$record->job_id ? $record->job_company : $record->candidate_company}} {{showTimeFormat($record->created_at, 'm/d/Y')}} {{$record->created_name}}
No matching records found
Showing {{ $holists->firstItem() }} to {{ $holists->lastItem() }} of {{$holists->total()}} entries
{{$holists->links('vendor.pagination.bootstrap-4')}}