@php $is_mobile = isMobile(); @endphp @if ($is_mobile) @endif
@can('supplier.view') @lang('report.supplier') @endcan @can('customer.view') @lang('report.customer') @endcan @can('customer.view') @lang('lang_v1.customer_groups') @endcan @if(auth()->user()->can('supplier.create') || auth()->user()->can('customer.create')) @lang('lang_v1.import_contacts') @endif