mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Removed stray echo tag
This commit is contained in:
parent
9b167d87d2
commit
b17e380aae
|
@ -6,9 +6,6 @@
|
|||
'formAction' => ($item) ? route('accessories.update', ['accessory' => $item->id]) : route('accessories.store'),
|
||||
])
|
||||
|
||||
{{ ($item) ? "route('accessories.update', ['accessory_id' => $item->id])" : "route('accessories.store')" }}
|
||||
|
||||
|
||||
{{-- Page content --}}
|
||||
@section('inputFields')
|
||||
|
||||
|
|
Loading…
Reference in a new issue