add foreign keys and extend models

This commit is contained in:
TimmensOne
2023-03-28 22:17:54 +02:00
parent d7aa2494bd
commit 7a8e277887
12 changed files with 136 additions and 12 deletions

View File

@ -0,0 +1,8 @@
@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>