@extends('layouts.app') @section('title', __('clinic.leads')) @section('heading', __('clinic.leads')) @section('content')
@if($leads->isEmpty()){{ __('clinic.crm_no_leads_match_desc') }}
{{ __('clinic.crm_create_lead') }}| {{ __('clinic.crm_name') }} | {{ __('clinic.crm_stage') }} | {{ __('clinic.crm_agent') }} | {{ __('clinic.crm_source') }} | {{ __('clinic.crm_updated') }} | |
|---|---|---|---|---|---|
| {{ $lead->name }} | {{ $lead->stage->name ?? '—' }} | {{ $lead->assignee->name ?? '—' }} | {{ $lead->source ?? '—' }} | {{ $lead->updated_at->diffForHumans() }} | {{ __('clinic.crm_edit') }} |