No form should be using the Form facade... Closes #374

This commit is contained in:
James Brooks
2015-02-06 14:32:17 +00:00
parent c796742812
commit bddfbb855b
13 changed files with 21 additions and 8 deletions
@@ -15,6 +15,7 @@
<div class="col-sm-12">
@include('partials.dashboard.errors')
<form name="EditComponentForm" class="form-horizontal" role="form" action="/dashboard/components/{{ $component->id }}/edit" method="POST">
{{ Form::token() }}
<fieldset>
<div class="form-group">
<label for="incident-name">{{ trans('forms.components.name') }}</label>