@extends('admin.layouts.app') @section('content')

Zoom pre Screening Interview Management

Zoom Interviews

List of Interviews

{{ csrf_field() }}
Reset
@include('admin.includes.status')
@if($admin_role == 'root') @endif @if(!empty($meetings)) @foreach($meetings as $meeting) @php @endphp @if($admin_role=='root') @endif @endforeach @endif
Interview IDEV name EV Email Interviewer Admin Pre-Screening Interview Date/Time EV Confirmation Notification Sent On Actions
{{ $meeting->interview_schedule_id }}{{ $meeting->ev_name }} {{ $meeting->email }} {{ $meeting->interviewer }}
{{ $meeting->interviewer_email }}
@if(!empty($meeting->date_interview_admin) && $meeting->date_interview_admin != "0000-00-00 00:00:00") {{ dateformat($meeting->date_interview_admin,DISPLAY_DATETIME) }} @else Time Not Set @endif @if($meeting->interview_confirmed_user == 1) Yes @elseif($meeting->interview_confirmed_user == 2) No
@if($meeting->ev_alternate_datetime) Alternate
{{ dateformat($meeting->ev_alternate_datetime,DISPLAY_DATETIME) }} @endif @else Pending @endif
@if($meeting->notification_sent_on) {{ dateformat($meeting->notification_sent_on,DISPLAY_DATETIME) }} @endif @if($meeting->interview_confirmed_user != 1 && $meeting->interview_status == 1) @endif @if(check_route_access('zoom.meeting.invitation')) @endif @if(check_route_access('view.email.history')) @endif @if(check_route_access('zoom.interview.delete')) @endif
@endsection @section('scripts') @endsection