Fixed bulk delete
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
Bulk Checkin & Delete
|
||||
Bulk Checkin & Delete
|
||||
@parent
|
||||
@stop
|
||||
|
||||
@@ -64,9 +64,9 @@ Bulk Checkin & Delete
|
||||
</td>
|
||||
<td>
|
||||
@foreach ($user->groups as $group)
|
||||
<a href=" {{ route('update/group', $group->id) }}" class="label label-default">
|
||||
<a href=" {{ route('groups.update', $group->id) }}" class="label label-default">
|
||||
{{ $group->name }}
|
||||
</a>
|
||||
</a>
|
||||
@endforeach
|
||||
</td>
|
||||
<td>
|
||||
@@ -105,7 +105,6 @@ Bulk Checkin & Delete
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<form class="form-horizontal" role="form" method="post" action="{{ route('users/bulksave') }}">
|
||||
</div>
|
||||
|
||||
@stop
|
||||
|
||||
Reference in New Issue
Block a user