Skip to content

Commit

Permalink
Remove Laravel Collective dependency for L 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmdev1 committed Feb 23, 2018
1 parent a5a29e8 commit 5f5974a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/resources/views/run.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
@endif

@include('crud::inc.grouped_errors')

{!! Form::open(array('url' => $crud->route."/$id/run", 'method' => 'post')) !!}
<form method="post"
action="{{ url($crud->route."/$id/run") }}"
>
{!! csrf_field() !!}
<div class="box">

<div class="box-header with-border">
Expand All @@ -47,7 +49,7 @@
</div><!-- /.box-footer-->

</div><!-- /.box -->
{!! Form::close() !!}
</form>
</div>
</div>

Expand Down

0 comments on commit 5f5974a

Please sign in to comment.