{{$user['id']}} - Associate Profile
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Associate User
Name: {{$user['name']}}
Email: {{$user['email']}}
Phone: {{$user['mobile']}}
Gender: {{$user['gender']}}
Associate Profile
{{-- @if ($user->associate()->exists()) @endif --}}Category: {{$user->associate->category['alt_name'] ?? '-'}}
Sub-Category: @foreach ($user->associate->subCategoriesArray() as $item) {{$item['slug']}} @endforeach {{-- {{$user->associate->subCategoriesArray()}} --}}
Name: {{$user->associate['full_name'] ?? '-'}}
Email: {{$user->associate['email'] ?? '-'}}
Phone: {{$user->associate['phone'] ?? '-'}}
Business Name: {{$user->associate['business_name'] ?? '-'}}
About: {{$user->associate['about_company'] ?? '-'}}
@if ($user->associate->location()->exists())Location: {{$user->associate->location['name']}}, {{$user->associate->location['district_name']}}, {{$user->associate->location['state_name']}}, {{$user->associate->location['pincode']}}
@elseLocation -
@endifAddress: {{$user->associate['address'] ?? '-'}}
Area: {{$user->associate['area'] ?? '-'}}
Area Of Service: {{$user->associate['area_of_service'] ?? '-'}}
@else @endif {{-- {{$user->associate}} --}}Wallet Points
Current Wallet Balance: {{$user->getWallet['amount'] ?? ''}}
@if ($user->getWallet()->exists() && ($user->getWallet['amount'] > 0)) Deduct Wallet Point @endif Add Wallet PointWallet Transactions
Amount | Date |
---|---|
{{ $user->getWallet->amount }} | {{ $user->getWallet->created_at }} |
Lead Purchased
Leads Details | Action |
---|---|
Name: {{$data->lead->name ?? '-'}} Email: {{$data->lead->email ?? '-'}} Category: {{$data->lead->category['alt_name'] ?? '-'}} Sub-Category: {{$data->lead->subcategory['slug'] ?? '-'}} |
View Lead |