Details of: {!! $result->name !!} {!! $result->lname !!}
Lead Information
First Name:
{{ $result->name }}
Last Name:
{{ $result->lname }}
Email:
Phone:
Company:
{{ $result->company_name ?? '-' }}
Address:
{{ $result->address ?? '-' }}
City/State:
{{ $result->city ?? '-' }}, {{ $result->state ?? '-' }}
Zip Code:
{{ $result->zip_code ?? '-' }}
Subject:
{{ $result->subject }}
Tax Exempt:
{{ $result->tax_exempt ?? 'No' }}
Lead Cost:
${{ number_format($result->price, 2) }}
Enrolled Date:
{{ date('d M, Y', strtotime($result->dated)) }}
@if(count($history) > 0)
@foreach ($history as $key => $val)
@endforeach
@else
@endif
{{ format_date($val->created_at, 'date') }}
{{ format_date($val->created_at, 'time_only') }}
{{ $val->msg }}
Action by {{ $val->admin->name }}No activity history found for this lead.