Closed RicardoRamirezR closed 8 years ago
@extends('layout.default') @section('form') {{ Former::open() ->class("form-horizontal well") ->data_async(null) ->data_target("#myModal") ->route("head.update", $user->id) ->method('PUT') }} {{ Former::populate($user) }} @stop
All but the open form is recognised, removing oneline from blade.vim made it work. As you may know it tells vim that the statement is in one line.
this should be fixed in the most recent version.
All but the open form is recognised, removing oneline from blade.vim made it work. As you may know it tells vim that the statement is in one line.