Removed stray echo tag

This commit is contained in:
snipe 2016-12-15 04:27:33 -08:00
parent 9b167d87d2
commit b17e380aae

View file

@ -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')