@extends('layouts.admin') @section('title', trans_choice('general.dashboards', 2)) @can('create-common-dashboards') @section('new_button') {{ trans('general.add_new') }} @endsection @endcan @section('content')
| {{ Form::bulkActionAllGroup() }} | @sortablelink('name', trans('general.name')) | @sortablelink('enabled', trans('general.enabled')) | {{ trans('general.actions') }} | 
|---|---|---|---|
| {{ Form::bulkActionGroup($item->id, $item->name) }} | {{ $item->name }} | @if (user()->can('update-common-dashboards'))
                                    {{ Form::enabledGroup($item->id, $item->name, $item->enabled) }}
                                @else
                                    @if ($item->enabled) |