@extends('layouts.base') @section('content') @section('breadcrumb') @endsection
{{ session('success') }}
{{ session('error') }}
{{ $workflow->slug }}
{{ $workflow->slug }}
{{ $workflow->token }}
| Option | Client | Lot | Date |
|---|---|---|---|
| @if($reservation->option) Option #{{ $reservation->option->id }} @else N/A @endif | @if($reservation->option && $reservation->option->client) {{ $reservation->option->client->firstname }} {{ $reservation->option->client->lastname }} @else N/A @endif | @if($reservation->option && $reservation->option->lot) {{ $reservation->option->lot->name }} @else N/A @endif | {{ $reservation->created_at->format('d/m/Y') }} |
Aucune réservation associée à ce workflow.