@extends('layouts.base') @section('content') @section('breadcrumb') @endsection
Créée le {{ $option->created_at->format('d/m/Y à H:i') }} @if($option->updated_at->ne($option->created_at)) • Modifiée le {{ $option->updated_at->format('d/m/Y à H:i') }} @endif
@php $otherOptions = $option->getOtherOptionsForSameProduct(); @endphp @if($otherOptions->count() > 0)Aucun lot associé
@endifAucun client associé
@endifAucun utilisateur associé
@endifAucun paramètre de vente
@endif{{ $option->state->description() }}
Non défini
@endif{{ $option->date_end->format('d/m/Y à H:i') }}
@elseNon définie
@endif| Type | Montant | Statut |
|---|---|---|
| @if($price->type_enum) {{ $price->type_enum->label() }} @else {{ $price->type }} @endif | {{ number_format($price->value, 2, ',', ' ') }} € | @if($price->read_only) Lecture seule @endif @if(!$price->is_active) Inactif @endif |
{{ json_encode($data->json, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}