@extends('layouts.backend.app') @section("content")
{{Session::get('success')}}
# | Nom | Contact | Date | Priorité | Action |
---|---|---|---|---|---|
{{ ++$key }} | {{ $c->call_name }} | {{ $c->call_phone }} | {{ date('d/m/Y H:i:s',strtotime($c->created_at)) }} | @if($c->call_motif==1) @elseif($c->call_motif==2) @else @endif | Afficher |
# | Nom | Contact | Motif de l'appel | Date | Action |
---|---|---|---|---|---|
{{ ++$key }} | {{ $c->call_name }} | {{ $c->call_phone }} | {{ $c->reason }} | {{ $c->created_at }} | Traiter |
# | Nom | Contact | Motif de l'appel | Conseillé | Date | Action |
---|---|---|---|---|---|---|
{{ ++$key }} | {{ $c->call_name }} | {{ $c->call_phone }} | {{ $c->reason }} | {{ $c->firstname." ".$c->lastname }} | {{ date('d/m/Y H:i:s',strtotime($c->created_at)) }} | Afficher |