@extends('layouts.app') @section('title', 'Lead List | SEF Solution') @section('content')
SEF Solution

Collected Leads

Website chatbot থেকে আসা lead list

Back to Chat
@forelse($leads as $lead) @empty @endforelse
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 আসেনি।
{{ $leads->links() }}
@endsection