@extends('employee.layouts.app') @section('title', 'My Leads') @section('page-title', 'My Leads') @section('content')
| Contact | Status | Action |
|---|---|---|
|
{{ $lead->name ?: '—' }} {{ $lead->phone }} |
{{ $lead->statusLabel() }} | View → |