{{-- resources/views/devis/step2.blade.php --}} @extends('layouts.app') @section('title','Finalisation du devis - EquitAssistance') @section('robots','noindex,nofollow') @section('content')
Nom : {{ $data['nom'] }} {{ $data['prenom'] }}
Email : {{ $data['email'] }}
Garantie : n°{{ $data['garantie'] }}
@if(($data['garantie'] ?? null) == 3)Places : {{ $data['nombre_de_chevaux_3'] ?? '—' }}
@endif @if(($data['garantie'] ?? null) == 4)Places : {{ $data['nombre_de_chevaux_4'] ?? '—' }}
@endif @if(!empty($data['optionlocation']))Option location : Oui
@endif