@section('title', 'Application Details (State)')
@push('scripts') @endpush| 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 }} |