@extends('layouts.master') @section('content')

Candidate Details

First Name: {{ $candidate->first_name }}
Middle Name: {{ $candidate->middle_name }}
Last Name: {{ $candidate->last_name }}
Phone Home: {{ $candidate->phone_home }}
Phone Cell: {{ $candidate->phone_cell }}
Phone Work: {{ $candidate->phone_work }}
Address: {{ $candidate->address }}
City: {{ $candidate->city }}
State: {{ $candidate->state }}
Pincode: {{ $candidate->pincode }}
Notes: {{ $candidate->notes }}
Key Skills: {{ $candidate->key_skills }}
Owner: {{ $candidate->owner }}
Email 1: {{ $candidate->email1 }}
Email 2: {{ $candidate->email2 }}
Website: {{ $candidate->website }}
Gender: {{ $candidate->gender }}
Current Pay: {{ $candidate->current_pay }}
Desired Pay: {{ $candidate->desired_pay }}
Best time to Call: {{ $candidate->best_time_to_call }}
Resume: {{ $candidate->resume }}
Date Available: {{ $candidate->date_available }}
@endsection