VIN: {{ $vin_info->vin }}
@if($type == 'ghosted')
Reason: {{ $ghosted_vin_reason }}
Customer: {{ $vin_info->fname }} {{ $vin_info->lname }}
Email: {{ $vin_info->email }}
Phone:
Cell Phone:
Notes: {{ $vin_info->comments }}
@elseif($type == 'recall')
Customer: {{ $vin_info->first_name }} {{ $vin_info->last_name }}
Email: {{ $vin_info->email }}
Phone:
Cell Phone:
Type: {{ $vin_info->recall_code }}
Notes: {{ $vin_info->notes }}
@endif