@extends('candidate::layouts.master') @section('pagetitle','Manage Interview') @section('content')
@if($candidate->first_name!='')
{!! $content !!}
@if($chosaudvidbycand == '1')
has('slctconaudvid') || session('slctconaudvid') == '2') checked='checked' @endif />
has('slctconaudvid') && session('slctconaudvid') == '1') checked='checked' @endif />
@else @endif
@else

Hi, enter your first and last name to get started!

@endif
@endsection @section('scripts') @endsection