@extends('layouts.base') @section('content') @section('breadcrumb') @endsection
Aucune réservation
Aucune réservation n'a été créée pour cette application.
| Client | Téléphone | Programme | Lot | Conseiller | Workflow | Date de création | ||
|---|---|---|---|---|---|---|---|---|
|
@if($initials)
{{ $initials }}
@endif
@if($client)
{{ $client->firstname }} {{ $client->lastname }}
@else
-
@endif
|
@if($client && $client->email) {{ $client->email }} @else - @endif | @if($client && $client->phones && $client->phones->first()) {{ format_phone_display($client->phones->first()->value ?? null) }} @else - @endif | @if($reservation->option && $reservation->option->product && $reservation->option->product->program) {{ $reservation->option->product->program->name }} @else - @endif |
@if($reservation->option && $reservation->option->product)
{{ $reservation->option->product->number }}
@if($reservation->option->product->type)
{{ $reservation->option->product->type }} @endif @else - @endif |
@if($reservation->option && $reservation->option->user) {{ $reservation->option->user->firstname }} {{ $reservation->option->user->lastname }} @else - @endif | @if($reservation->workflow) {{ $reservation->workflow->name ?? 'Workflow #' . $reservation->workflow->id }} @else Aucun @endif | @if($reservation->created_at) {{ $reservation->created_at->format('d/m/Y H:i') }} @else - @endif |
|