@extends('layouts.dashboard') @section('content')
Sr. No. | Client Details | Status | Job Details | Lead Info | Description |
---|---|---|---|---|---|
{{ $loop->iteration }} |
Name: {{ $lead->client_name }}
Email: {{ $lead->client_email }}
Phone: {{ $lead->client_phone }}
Client Type: {{ $lead->client_type }}
|
{{ $lead->status ?? 'Progress' }}
View |
Title: {{ $lead->job_title }}
URL:
View
Department: {{ $lead->department->name ?? '-' }}
Created: {{ $lead->created_at->format('d M, Y') }}
|
Sales Person: {{ $lead->salesPerson->name ?? '-' }}
Country: {{ $lead->country->name ?? '-' }}
Lead From: {{ $lead->leadFrom->name ?? '-' }}
|
{{ \Str::limit($lead->description, 120) }} |