{{ $p['name_short'] ? $p['name_short'] : $p['name'] }}
@auth @if(config('userSettings')->catalog && config('website.catalog') == 1) Référence : {{ $p['code'] }}
{{ number_format(App\Http\Controllers\Products\ProductsRulesController::price($p->id), 3, ',', ' ') }} € / HT
{{ number_format(App\Http\Controllers\HelpersController::tva(App\Http\Controllers\Products\ProductsRulesController::price($p->id), $p->code), 3, ',', ' ') }} € TTC
Vendu par {{ $p->conditioning }} {{ $p->conditioning > 1 ? 'unités' : 'unité'}}, soit
@if($p->conditioning)
{{ number_format(App\Http\Controllers\Products\ProductsRulesController::price($p->id)*$p->conditioning, 3, ',', ' ') }} € / HT
@else
{{ number_format(App\Http\Controllers\Products\ProductsRulesController::price($p->id), 3, ',', ' ') }} € / HT
@endif
le conditionnement.
@endif
@endauth