@extends('admin.layouts.app') @section('title', 'Lead #' . $lead->id) @section('page-title', 'Lead Detail') @section('content')
Lead #{{ $lead->id }} - {{ $lead->created_at->format('d M Y, h:i A') }}
No notes yet. Add the first one above.
@endforelse