@section('title', 'Application Details') @push('scripts') @endpush
@if (session('approve_success')) @endif @if (session('on_hold')) @endif @if (session('declined_success')) @endif @if (session('unsuccess')) @endif
Candidate Information
@if ($application->belt_type !== null) @endif @if ($application->user_sub_profile) @endif @foreach($application->personal_docs as $key => $value) @if($value->document_id !== 3 && $value->document_id !== null) @endif @endforeach
Name: {{ $application->user_name }}
Profile: {{ $application->user_profile }}
IT Belt: {{ $application->belt_type }}
Belt: {{ $application->belt }}
Sub Profile: {{ $application->user_sub_profile }}
Date Of Birth: {{ $application->dob }}
{{$value->document_type}}: {{$value->document_no}}
Gender: @if ($application->gender == 1) Male @elseif($application->gender == 2) Female @else Other @endif
Email: {{ $application->email }}
Phone: {{ $application->contact }}
Country: {{ $application->country }}
State: {{ $application->state }}
District: {{ $application->district }}
Pin Code: {{ $application->pincode }}
Address: {{ $application->address }}
Candidate Documents
@if($application->primary_profile != null) @foreach($application->personal_docs as $key => $value)

@if ($value->document_id == 1)
{{ $value->document_type }}
{{ $value->document_type }} @endif @if ($value->document_id == 2)
Passport - Page 1
Passport-page 1
Passport - Page 2
Passport-page 2
@endif @if ($value->document_id == 3)
{{ $value->document_type }}
{{ $value->document_type }} @endif
@endforeach @endif @if($application->belt_certificate_path != null)

IT Belt Certificate
@endif @if($application->supporting_doc_path !== null)

@endif
{{--
Profile Image
Lightweight styles for images.
Placeholder
--}}
{{ $application->document_type }}
Certificate/Other
@if($application->approved == 0) @endif