{{-- {!! Form::open(['route' => ['tblUsers.destroy', $id], 'method' => 'delete']) !!} --}}
@if (auth()->user()->can('users.show')) @endif @if (auth()->user()->can('users.edit')) @endif @if (isset($model) && $model->hasRole('Owner') && $model->subscription) @endif {{-- @if (auth()->user()->can('users.destroy')) {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => 'return confirm("'.__('crud.are_you_sure').'")' ]) !!} @endif --}}
{{-- {!! Form::close() !!} --}}