@push('css') @endpush
{{ $lead['title'] ?? '--' }}
{{ $lead['company'] }}
Lead Type : {{ $lead['leadType'] }}
Status: {{ $lead['lead_status'] }}
@if (!empty($lead['lead_source']))Source: {{ Str::limit(Str::title(str_replace('_', ' ', $lead['lead_source'])), 20, '...') }}
@endifExpected Listing Price: {{ $requirement['expected_listing_price'] }}
Square Footage: {{ $requirement['square_footage'] }}
Lot Size: {{ $requirement['lot_size'] }}
No Comps Available
@endif @endforeach @elseif ($lead['leadType'] == 'buyer') @foreach($lead['requirements'] as $requirement)Price Range Min: {{ $requirement['price_range_min'] }}
Price Range Max: {{ $requirement['price_range_max'] }}
Desired Square Footage Min: {{ $requirement['desired_square_footage_min'] }}
Desired Square Footage Max: {{ $requirement['desired_square_footage_max'] }}
Desired Lot Size Min: {{ $requirement['desired_lot_size_min'] }}
Desired Lot Size Max: {{ $requirement['desired_lot_size_max'] }}
Is Investment: {{ $requirement['is_investment'] }}
Financing/Cash: {{ $requirement['financing_cash'] }}
Pre Approved: {{ $requirement['pre_approved'] }}
@endforeach @elseNo Requirement Data Available
@endif @endifComing Soon
Commercial: House Street 345 Buy on 3/20/2023
Commercial: House Street 345 Buy on 3/20/2023
{{ $visitedProperties['lead_property_visted_address'] }}
${{ $visitedProperties['lead_property_visted_price'] }}
Comment/Notes {{ $visitedProperties['lead_property_visted_notes'] }}
File: @if(isset($visitedProperties['lead_property_visted_file'])) @else @endif
Visited Property Not Found
@endforelse @endifCompany: {{ $organization['company_name'] }}
No members found
@endifOrganization Not Found
Social Links Not Found
@endforelse @elseSocial Links Not Found
@endif