add components button

This commit is contained in:
TimmensOne
2023-03-31 10:52:12 +02:00
parent 6894c2c3c5
commit 0e1de41203
10 changed files with 205 additions and 11 deletions

View File

@ -10,4 +10,5 @@
<li>cost_centre: {{ $purchasing->cost_centre }}</li>
<li>seller: {{ $purchasing->seller }}</li>
</ul>
<button><a href="{{ $device->device_id }}/purchasing/edit">Edit</a></button>
</div>