@if ($addProductPermission == 'all' || $addProductPermission == 'added')
@lang('app.add')
@lang('app.product')
@endif
@if (in_array('client', user_roles()) && $addOrderPermission == 'all')
@lang('app.cart') {{ $cartProductCount }}
@endif
@if (!in_array('client', user_roles()))
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}