@extends('layouts.app') @section('header-title', __('Point of Sale (POS)')) @section('content')
{{ __('Point of Sale (POS)') }}
{{--
--}}
{{ __('Sub Total') }}
{{ __('Discount Amount') }}

{{ __('VAT & Taxes Summary') }}

{{ __('Total Tax Amount') }}:

{{ __('Grand Total') }}
{{ __('Checkout information') }}
{{ __('Total Product') }} 2
{{ __('Total Amount') }}
{{ __('Payment Method') }}
{{-- --}}
{{ __('Received Amount') }}
@endsection @push('css') @endpush @push('scripts') @endpush @if (module_exists('purchase')) @push('scripts') @endpush @endif