@extends('layout.app') @section('styling') @parent @endsection @section('content')
Name | Phone Number | Looking For | REP | Follow Up Date | Follow Up Date | Follow Up Date | Created At | Status | Action |
---|---|---|---|---|---|---|---|---|---|
{{$lead->name}} | {{$lead->phone_number}} | {{isset($lead->lookings) && count($lead->lookings) ? $lead->lookings->pluck('name')->implode(', ') : "No Lookings"}} | {{$lead->rcp}} | {{$lead->first_follow_up_date}} | {{$lead->second_follow_up_date}} | {{$lead->third_follow_up_date}} | {{$lead->created_at->format('Y-m-d')}} | Not interested | @if (Auth::user()->role == 'admin') @endif |