@php $is_mobile = isMobile(); @endphp @if($is_mobile)
@lang('sale.total_payable'):
0.00
@if (!Gate::check('disable_pay_checkout') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (!Gate::check('disable_express_checkout') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (empty($edit)) @else @endif
@if (!Gate::check('disable_draft') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (!Gate::check('disable_quotation') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (!Gate::check('disable_suspend_sale') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @if (empty($pos_settings['disable_suspend'])) @endif @endif @if (!Gate::check('disable_credit_sale') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @if (empty($pos_settings['disable_credit_sale_button'])) @endif @endif @if (!Gate::check('disable_card') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (!Gate::check('disable_pay_checkout') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (!Gate::check('disable_express_checkout') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if (empty($edit)) @else @endif @if (!$is_mobile)
Total
Payable:
0.00
@endif
@if (!isset($pos_settings['hide_recent_trans']) || $pos_settings['hide_recent_trans'] == 0) @endif
@else
@include('sale_pos.partials.pos_form_totals')
@lang('sale.total_payable'): 0
@if(!Gate::check('disable_pay_checkout') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if(!Gate::check('disable_express_checkout') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if(!Gate::check('disable_draft') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if(!Gate::check('disable_quotation') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if(!Gate::check('disable_suspend_sale') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @if(empty($pos_settings['disable_suspend'])) @endif @endif @if(!Gate::check('disable_credit_sale') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @if(empty($pos_settings['disable_credit_sale_button'])) @endif @endif @if(!Gate::check('disable_card') || auth()->user()->can('superadmin') || auth()->user()->can('admin')) @endif @if(empty($edit)) @else @endif
@endif