@if(count($records) != 0)
@foreach($records as $record)
@php
@endphp
{{$record->name}} |
{{$record->candidate_name}} |
{{$record->title}} |
{{$record->end_customer_name}} |
{{$record->interview_date}} |
{{$record->interview_time}} |
{{$record->interview_timezone}} |
{{$record->interviewer_name}} |
{{$record->status}} |
{{$record->application_status}} |
{{$record->next_steps}} |
@endforeach
@else
No matching records found |
@endif