@extends('layouts.admin') @section('content')
Nom Complet | Téléphone | Adresse | Type | Status prospection | Action |
---|---|---|---|---|---|
|
{{ $c->phone ?? '' }} | {{ $c->address ?? '' }} | @if($c->client == 1) Client @elseif($c->client == 2) Prospect @endif | @if($c->fk_statut_prospection == NULL || $c->fk_statut_prospection == 0) jamais contacté @elseif($c->fk_statut_prospection == 1) A contacté @elseif($c->fk_statut_prospection == 2) En cours contacté @elseif($c->fk_statut_prospection == 3) contacté @elseif($c->fk_statut_prospection == 4) Pas intéressé @elseif($c->fk_statut_prospection == 5) Intéressé @endif |