@extends('layouts.app') @section('title', 'Lead List | SEF Solution') @section('content')
Website chatbot থেকে আসা lead list
| ID | Name | Phone | Business | Budget | Status | Date |
|---|---|---|---|---|---|---|
| {{ $lead->id }} | {{ $lead->name ?: 'N/A' }} | {{ $lead->phone ?: 'N/A' }} | {{ $lead->business_name ?: ($lead->business_type ?: 'N/A') }} | {{ $lead->monthly_budget ?: 'N/A' }} | {{ ucfirst($lead->status) }} | {{ $lead->created_at?->format('d M Y, h:i A') }} |
| এখনও কোনো lead আসেনি। | ||||||