8 lines
390 B
PHP
8 lines
390 B
PHP
|
@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>
|