@extends('admin.layouts.app') @section('title', 'Leads') @section('page-title', 'Lead Management') @section('content') {{-- Stats row --}}
{{ $val }}
{{ $label }}
No leads found.
| # | Contact | Status | Actions |
|---|---|---|---|
| #{{ $lead->id }} |
{{ $lead->name ?: '—' }} {{ $lead->phone }} @if($lead->email){{ $lead->email }} @endif |
{{ $lead->statusLabel() }} |