add foreign keys and extend models
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user