- {!! Form::open(['route' => ['filas.storetemplate', $fila->id], 'id' => 'template-form', 'method' => 'POST']) !!}
- {!! Form::token() !!}
+ {{ html()->form('POST')->route('filas.storetemplate', $fila->id)->attributes(['id' => 'template-form'])->open() }}
- {!! Form::close() !!}
+ {{ html()->form()->close() }}