@extends('layouts.app') @section('title', 'Tarifs (Manager)') @section('content')
Gérez la tarification du hostel.
| Élément | Type | Mode | Prix HT | Prix TTC | Validité | Taxes | |
|---|---|---|---|---|---|---|---|
| {{ $price->priceable?->name ?? '—' }} | {{ $price->priceable_type }} | {{ str_replace('_', ' ', $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. Créer le premier → | |||||||