{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles') Lynxconnect | Candidate Details @endsection {{-- Content --}} @section('content')
@if(isset($user->gender) && $user->gender == 'M') @else @endif

{{ $user->first_name }} {{ $user->last_name }}

@if(isset($orders_n_history->order_status) && $orders_n_history->order_status == 'COMPLETE' && isset($orders_n_history->report_url) && $orders_n_history->report_url != '') Donwload Report @endif

About

{{-- @dd($user) --}}
{{ $user->first_name }}
{{ $user->last_name }}
{{ $user->employee_custom_id }}
{{\Carbon\Carbon::parse($user->dob)->diff(\Carbon\Carbon::now())->format('%y years')}}
+{{ $user->country_code }}-{{ $user->mobile }}
@if(isset($tasks)) @foreach($tasks as $vtype)

{{ $vtype->internal_name }}

Case ID: {{ $vtype->task_number }} In Process
@if($vtype->status == 'COMPLETE')
@elseif($vtype->status == 'CREATED')
@else
@endif
@endforeach @endif
@endsection @section('scripts') @endsection