@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')
Title | Details |
---|---|
Name | {{$user_details->name}} |
Email Id | {{$user_details->email}} |
Contact No. | {{$user_details->phone }} |
Address | {{$user_details->address }} |
Joined As | DP User |
Current Role | {{$user_details->role == "dpsaarthi" ? 'DP Saarthi' :'' }} {{$user_details->role == "dpbuddy" ? 'DP Buddy' :'' }} {{$user_details->role == "dpuser" ? 'DP User' :''}} |
User Code | {{$user_details->user_code}} |
Residential Status | {{$user_details->residential }} |
Country | |
State | |
City | |
Zip Code | {{$user_details->zipcode }} |
Educational Qualification | {{$user_details->educational_qualification }} |
Professional Role | {{$user_details->professional_role }} |
Organisation Name | {{$user_details->organization }} |
Total years of work experience | {{$user_details->work_experience }} |
Website if any | {{$user_details->website }} |
Area of Expertise | {{$user_details->area_expertise }} |
Working as | {{$user_details->working_status }} |
Bank name | {{$user_details->bank_name }} |
A/c number | {{$user_details->ac_number }} |
A/c type | {{$user_details->ac_type }} |
Title | Details |
---|---|
Pan Card | Pan Cart |
Pan Card No | {{$user_details->pan_no}} |
GST Certificate | @if ($user_details->gstin) GST Certificate @endif |
GST No | @if ($user_details->gstin_no){{$user_details->gstin_no}} | @endif
Address Proof | Address Proof |
Address | {{$user_details->address_proof}} |
Current Status : Rejected
@endif