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

Interviewee Dashboard

Check your assigned interview and complete the verification, recording, and question sections.

My Interview Applications

Start or continue your assigned interview.

@forelse($apps as $a) @empty @endforelse
PositionPresentation TitleStatusAction
{{ $a->title }} {{ $a->presentation_title }} {{ $a->status }} Start / Continue
No interview assigned yet.
@endsection