@extends('layouts.dashboard') @section('header')
| Name | Phone | Status | Assigned To | Next Follow Up | Actions | |
|---|---|---|---|---|---|---|
| {{ $lead->name }} | {{ $lead->email }} | {{ $lead->phone }} | {{ ucfirst($lead->status) }} | {{ $lead->assignedTo ? $lead->assignedTo->name : '-' }} | {{ $lead->next_follow_up_date ? \Carbon\Carbon::parse($lead->next_follow_up_date)->format('M d, Y') : '-' }} |