@extends('manage.layouts.app') @section('content')
@if ($lead->first_name) @endif @if ($lead->last_name) @endif @if ($lead->email) @endif @if ($lead->age) @endif @if ($lead->mobile) @endif @if ($lead->tel) @endif @if ($lead->emirate) @endif @if ($lead->showroom) @endif @if ($lead->location) @endif @if ($lead->chassis) @endif @if ($lead->registration) @endif @if ($lead->model) @if(is_numeric($lead->model)) @else @endif @endif @if ($lead->hear) @endif @if ($lead->year) @endif @if ($lead->service_type) @endif @if ($lead->service_date) @endif @if ($lead->branch) @endif @if ($lead->detail) @endif @if ($lead->purchase_type) @endif @if ($lead->cart) @endif @if ($lead->custom_fields) @foreach (json_decode($lead->custom_fields) as $key => $value) @endforeach @endif @if ($lead->created_at) @endif @if ($lead->utm_source) @endif @if ($lead->utm_medium) @endif @if ($lead->utm_campaign) @endif @if ($lead->utm_term) @endif @if ($lead->landing_page_url) @endif
{{str_replace("-", " ", $lead->type)}} #{{$lead->id}}
TID {{$lead->id}}
Fist Name {{-- {{$lead->first_name}} --}} {{$lead->first_name}}
Last Name {{$lead->last_name}}
Email {{$lead->email}}
age {{$lead->age}}
mobile {{$lead->mobile}}
Phone {{$lead->tel}}
Emirate {{$lead->emirate}}
Showroom {{$lead->showroom}}
location {{$lead->location}}
Chassis Number {{$lead->chassis}}
Registration Number {{$lead->registration}}
model {{$lead->vehicle->title}}{{$lead->model}}
How did you hear about us? {{$lead->hear}}
year {{$lead->year}}
service type {{$lead->service_type}}
service date {{$lead->service_date}}
Branch {{$lead->branch}}
detail {{$lead->detail}}
purchase type {{$lead->purchase_type}}
Cart
{{$key}} {{ $value }}
Email Verification {{($lead->email_verification === 1) ? 'Yes' : 'No'}}
Signed up emails {{($lead->check_for_email === 1) ? 'Yes' : 'No'}}
Date {{date('d M, Y', strtotime($lead->created_at))}}
Utm Source {{$lead->utm_source}}
Utm Medium {{$lead->utm_medium}}
Utm Campaign {{$lead->utm_campaign}}
Utm Term {{$lead->utm_term}}
Landing Page URL {{$lead->landing_page_url}}
Go Back  
@endsection