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

Show Candidates

First Name: {{ $candidate->first_name }}
Middle Name: {{ $candidate->middle_name }}
Last Name: {{ $candidate->last_name }}
E-Mail 1: {{ $candidate->email1 }}
E-Mail 2: {{ $candidate->email2 }}
Gender: {{ $candidate->gender }}
Website: {{ $candidate->website }}
Home Phone: {{ $candidate->phone_home }}
Cell Phone: {{ $candidate->phone_cell }}
Work Phone: {{ $candidate->phone_work }}
Upload Resume's: {{ $candidate->resume }}
Address: {{ $candidate->address }}
City Date: {{ $candidate->city }}
State: {{ $candidate->state }}
Pincode: {{ $candidate->pincode }}
Best Time to Call: {{ $candidate->best_time_to_call }}
Key Skills: {{ $candidate->key_skills }}
Current Pay: {{ $candidate->current_pay }}
Desired Pay: {{ $candidate->desired_pay }}
Availble Date: {{ $candidate->date_available }}
Notes: {{ strip_tags( $candidate->notes ) }}
@endsection