Change all url to route

This commit is contained in:
Cüneyt Şentürk
2020-02-03 11:58:05 +03:00
parent f86465d81d
commit a8c848922a
26 changed files with 77 additions and 59 deletions

View File

@ -1,8 +1,8 @@
<div class="card-header">
{!! Form::open([
'url' => 'common/reports/' . $class->model->id,
'role' => 'form',
'method' => 'GET',
'route' => 'reports.show', $class->model->id,
'role' => 'form',
]) !!}
<div id="items" class="float-left">