@extends('backend.admin-master')
@section('site-title')
{{__('Dashboard')}}
@endsection
@section('content')
User / User details View
Title |
Deatils |
Name |
{{$user_details->name}} |
Email Id |
{{$user_details->email}} |
Contact No. |
{{$user_details->phone }} |
Address |
{{$user_details->address }} |
Joined As |
{{$user_details->registered_as}}
{{-- {{$user_details->role == "dpsaarthi" ? 'DP Saarthi' :'' }}
{{$user_details->role == "dpbuddy" ? 'DP Buddy' :'' }}
{{$user_details->role == "dpuser" ? '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 }} |
Interested In |
@php echo $interested_in_product." "; @endphp |
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 }} |
DATE |
description |
By |
@foreach($userenquirys as $user)
{{ \Carbon\Carbon::parse($user->created_at)->format('d-M-Y')}} |
{{$user->description}} |
{{$user->updatebyrole == "superadmin" ? 'Super Admin' :'' }}
{{$user->updatebyrole == "dpsaarthi" ? 'DP Saarthi' :'' }}
{{$user->updatebyrole == "dpbuddy" ? 'DP Buddy' :'' }}
{{$user->updatebyrole == "dpuser" ? 'DP User' :''}}
|
@endforeach
{{ $userenquirys->links("pagination::bootstrap-4") }}
Title |
Details |
Pan Card |
@if (isset($user_media->pan_card))
Pan Cart |
@if ($user_media->pancard_status == '1')
@else
@endif
|
@endif
Pan Card No |
@if (isset($user_media->pan_no))
{{$user_media->pan_no}} |
@endif
GST Certificate |
@if (isset($user_media->gstin))
GST Certificate
|
@if ($user_media->gst_status == '1')
@else
@endif
|
@endif
GST No |
@if (isset($user_media->gstin_no))
{{$user_media->gstin_no}} |
@endif
Address Proof |
@if (isset($user_media->address_proof_docu))
Address Proof |
@if ($user_media->address_status == '1')
@else
@endif
|
@endif
Address |
@if (isset($user_media->address_proof))
{{$user_media->address_proof}} |
@endif
@if($user_details->role == "dpbuddy")
Telecaller |
Call Status |
Follow Up |
Remark |
Date |
@foreach($user_telecalling as $tl)
{{$tl->name}} |
{{$tl->status}} |
@if(!empty($tl->follow_up_date))
{{ \Carbon\Carbon::parse($tl->follow_up_date)->format('d-M-Y @ H:i:s')}}
@endif
|
{{$tl->remark}} |
{{ \Carbon\Carbon::parse($tl->created_at)->format('d-M-Y @ H:i:s')}} |
@endforeach
@endif
@if ($user_details->role =='dpbuddy' && Auth::guard('admin')->user()->role == 'superadmin')