@php $is_mobile = isMobile(); @endphp @if ($is_mobile) @endif
@if (auth()->user()->can('customer.view') || auth()->user()->can('customer.view_own')) @lang('Recive Payment') @endif @if (auth()->user()->can('supplier.view') || auth()->user()->can('supplier.view_own')) @lang('report.customer') @endif