@extends('layouts.master') @section('pagecss') @endsection @section('content')
@foreach ($candidates as $candidate) @endforeach
No First Name Middle Name Last Name E-Mail 2nd E-Mail Gender Website Home Phone Cell Phone Work Phone Upload Resume's Address City State Pin Code Best Time to Call Key Skills Current Pay Desired Pay Availble Date Notes Action
{{ ++$i }} {{ $candidate->first_name }} {{ $candidate->middle_name }} {{ $candidate->last_name }} {{ $candidate->email1 }} {{ $candidate->email2 }} {{ $candidate->gender }} {{ $candidate->website }} {{ $candidate->phone_home }} {{ $candidate->phone_cell }} {{ $candidate->phone_work }} {{ $candidate->resume }} {{ $candidate->address }} {{ $candidate->city }} {{ $candidate->state }} {{ $candidate->pincode }} {{ $candidate->best_time_to_call }} {{ $candidate->key_skills }} {{ $candidate->current_pay }} {{ $candidate->desired_pay }} {{ $candidate->date_available }} {{ strip_tags( $candidate->notes ) }}
Show @can('candidates-edit') Edit @endcan @csrf @method('DELETE') @can('candidates-delete') @endcan
No First Name Middle Name Last Name E-Mail 2nd E-Mail Gender Website Home Phone Cell Phone Work Phone Upload Resume's Address City State Pin Code Best Time to Call Key Skills Current Pay Desired Pay Availble Date Notes Action
@endsection @section('pagejs') @endsection