@extends('layouts.base') @section('content') @section('breadcrumb') @endsection
Gérez toutes vos dénonciations pour chaque application
| Client | Téléphone | Programme | Conseiller | Validée | Date de création | Actions | |
|---|---|---|---|---|---|---|---|
|
{{ $denonciation->client_lastname }} {{ $denonciation->client_firstname }}
|
@if($denonciation->client_email) {{ $denonciation->client_email }} @else - @endif | {{ $denonciation->client_phone ?: '-' }} |
@if($denonciation->program)
{{ $denonciation->program->name }}
@else
-
@endif
|
@if($denonciation->conseiller)
{{ $denonciation->conseiller->firstname }} {{ $denonciation->conseiller->lastname }}
@else
-
@endif
|
@if($denonciation->is_validated) Oui @else Non @endif | @if($denonciation->created_at) {{ \Carbon\Carbon::parse($denonciation->created_at)->format('d/m/Y à H:i') }} @else - @endif |