diff --git a/resources/views/common/companies/index.blade.php b/resources/views/common/companies/index.blade.php index 342be56e2..eb2ec5c8e 100644 --- a/resources/views/common/companies/index.blade.php +++ b/resources/views/common/companies/index.blade.php @@ -12,7 +12,7 @@
{!! Form::open([ - 'url' => 'common/companies', + 'route' => 'companies.index', 'role' => 'form', 'method' => 'GET', 'class' => 'mb-0' @@ -47,7 +47,7 @@ {{ Form::bulkActionGroup($item->id, $item->name) }} {{ $item->id }} - {{ $item->name }} + {{ $item->name }} {{ $item->email }} @date($item->created_at) @@ -71,7 +71,7 @@ {{ trans('general.switch') }} @endif - {{ trans('general.edit') }} + {{ trans('general.edit') }} @permission('delete-common-companies') {!! Form::deleteLink($item, 'common/companies') !!}