abschlussprojekt-device-man.../device-app/resources/views/components/device-purchasing-card.blade.php

8 lines
390 B
PHP
Raw Normal View History

2023-03-28 22:17:54 +02:00
@props(['purchasingInformation'])
<div>
<p>price: {{ $purchasingInformation->price }}</p>
<p>timestamp_warranty_end: {{ $purchasingInformation->timestamp_warranty_end }}</p>
<p>timestamp_purchase: {{ $purchasingInformation->timestamp_purchase }}</p>
<p>cost_centre: {{ $purchasingInformation->cost_centre }}</p>
<p>seller: {{ $purchasingInformation->seller }}</p>
</div>