Not Converted Lead
<< Go Back
{{ session('success') }}
@endif
| S.no | Name | Phone No. | City | State | Interest In | Action | ||
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $lead->name }} | {{ $lead->phone }} | @php $state = DB::table('states') ->where('id', $lead->state) ->select('name') ->first(); $city = DB::table('cities') ->where('id', $lead->city) ->select('name') ->first(); @endphp @if($city){{$city->name}} | @else- | @endif @if($state){{ $state->name }} | @else- | @endif{{$lead->product_interest}} |