@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::model($tool_creation, [
'method' => 'PATCH',
'url' => ['/store/tool_creation', $tool_creation->id],
'class' => 'form-horizontal',
'files' => true
]) !!}
@include ('store.tool_creation.form', ['submitButtonText' => 'Update'])
{!! Form::close() !!}