@extends('admin.layout.master') @section('style') @stop @section('body')

{{$page_title}} Go Front CHANGE STATUS

@foreach($phoneinterview as $applicant) @endforeach

select/all

E-mail Full Name Date & Time Phone Interview Status Action
{{ $applicant->loginmail }} {{ $applicant->pi_name }} {{ $applicant->pi_lname }}
11 Jan 2026
@foreach($pieces as $piec) @endforeach
12 Jan 2026
@foreach($pieces as $piec) @endforeach
13 Jan 2026
@foreach($pieces as $piec) @endforeach
14 Jan 2026
@foreach($pieces as $piec) @endforeach
15 Jan 2026
@foreach($pieces as $piec) @endforeach
16 Jan 2026
@foreach($pieces as $piec) @endforeach
17 Jan 2026
@foreach($pieces as $piec) @endforeach
pi_status == "phone screened"){{"text-success"}}@elseif($applicant->pi_status == "declined"){{"text-danger"}}@elseif($applicant->pi_status == "other"){{"text-danger"}}@endif"> {{ ucfirst($applicant->pi_status) }} View Status Delete
@endsection @section('script') @endsection