@extends('candidate::layouts.master') @section('pagetitle','Manage Interview') @section('content')
@if($candidate->first_name!='')
{!! $content !!}
@else

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

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