-
Titel
-
{{ $product->title }}
-
Preis pro Tag
-
{{ $product->formattedPrice }}
-
Beschreibung
-
{!! nl2br($product->description) !!}
-
Anzahl im Inventar
-
{{ $product->amount }}
-
Öffentlich Sichtbar
-
{{ $product->public ? 'Ja' : 'Nein' }}
-
Produktbild
-
@if($product->cover)
@else
Nicht gesetzt
@endif
-
Material Inklusive
-
@if($product->included)
{!! nl2br($product->included) !!}
@else
Keine Angaben
@endif
Technische Details
-
Aufbaumaß
-
@if($product->dimension)
{{ $product->dimension}}
@else
Keine Angaben
@endif
-
Transportmaß
-
@if($product->transportDimension)
{{$product->transportDimension}}
@else
Keine Angaben
@endif
-
Gewicht
-
@if($product->weight)
{{ $product->weight }}
@else
Keine Angaben
@endif
-
Stormanschluss
-
@if($product->powerSupply)
{{ $product->powerSupply }}
@else
Keine Angaben
@endif
Nutzungshinweise
-
Nutzeranzahl
-
@if($product->users)
{{ $product->users }}
@else
Keine Angaben
@endif
-
Alter
-
@if($product->age)
{{ $product->age }}
@else
Keine Angaben
@endif