@can('delete', $model)
{!! Form::button('
' . trans('crud.remove'), ['type' => 'submit', 'name' => 'delete', 'class' => 'btn btn-danger', 'id' => 'crud-multi-delete']) !!}
@endcan
{!! Form::button('
' . trans('crud.export'), ['type' => 'submit', 'name' => 'export', 'class' => 'btn btn-primary', 'id' => 'crud-multi-export']) !!}
@if (Auth::user()->isAdmin())
{!! Form::button('
' . trans('crud.actions.private'), ['type' => 'submit', 'name' => 'private', 'class' => 'btn btn-primary', 'id' => 'crud-multi-private']) !!}
{!! Form::button('
' . trans('crud.actions.public'), ['type' => 'submit', 'name' => 'public', 'class' => 'btn btn-primary', 'id' => 'crud-multi-public']) !!}
{{ __('crud.tabs.permissions') }}
@endif
@include('cruds.datagrids.modals')
@endif