@extends('layouts.app') @section('content')
| Élément | Type | Mode | Prix HT | Prix TTC | Validité | Taxes | |
|---|---|---|---|---|---|---|---|
| {{ $price->priceable?->name ?? '—' }} | {{ $price->priceable_type }} | {{ $price->pricing_mode }} | {{ number_format($price->price_ht, 3) }} | {{ number_format($price->price_ttc, 3) }} | {{ $price->valid_from?->format('d/m/Y') }} @if($price->valid_to) → {{ $price->valid_to->format('d/m/Y') }} @else → ∞ @endif | @foreach($price->taxes as $tax) {{ $tax->name }} @endforeach | Modifier |
| Aucun tarif défini. Commencez par en ajouter un. | |||||||