fixed report route
This commit is contained in:
parent
4f27a15882
commit
12fcbd7dbb
@ -1,7 +1,7 @@
|
||||
<div class="card-header">
|
||||
{!! Form::open([
|
||||
'method' => 'GET',
|
||||
'route' => 'reports.show', $class->model->id,
|
||||
'route' => ['reports.show', $class->model->id],
|
||||
'role' => 'form',
|
||||
]) !!}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user