@extends('layouts.app') @section('title', 'My Dashboard') @section('page-title', 'My Dashboard') @section('content')
Here's a summary of your lead activity.
| Client | Services | Status | Date |
|---|---|---|---|
|
{{ $lead->client_name }}
{{ $lead->lead_number }}
|
@foreach($lead->services->take(2) as $svc) {{ Str::limit($svc->label, 18) }} @endforeach | {{ $lead->status_label }} | {{ $lead->created_at->format('M d') }} |
| No leads yet. | |||
No activity yet.