@extends('layouts.app') @section('head') @endsection @section('content')

{{ $product->h1 ?? $product->title }}

{{ $product->title }}

{{ $product->description_short }}

@if($product->on_demand) @if(!$product->consultation) @endif @else @foreach($product->combinations as $combination) @if(!$combination->is_deal) {{ $combination->title }}
{{ $combination->persons }} {{ $combination->human_duration }} - @if($combination->promotion->value == \App\Enums\Promotion::promotion->value) {{ number_format($combination->price,2) }}€ {{ number_format($combination->price_promotion,2) }}€
{{ $combination->getPromoReductionPourcentage() }}% @lang("de réduction")
@lang("Vous gagnez") {{round($combination->price - $combination->price_promotion )}} €
@if(!$product->consultation) @endif
@if(!$product->consultation) @endif
@else {{ number_format($combination->price,2) }}€ @if(!$product->consultation) @endif @endif
@endif @endforeach @endif @if($product->consultation)

@php $doctorNames = $product->consultation_doctors->pluck('name')->implode(', '); @endphp @lang('message.consultation_doctor_horn_prefix', ['doctors' => $doctorNames])
{{ number_format($product->consultation_price, 2) }} €

@endif
@lang("Modes de paiement") : @lang(
{!! $product->description !!}

@if($product->youtube)
@endif

{{ $product->condition }}

@lang("Nos autres traitements")

@endsection