@extends('layouts.app') @section('content')
{{ __('Point of Sale (POS)') }}
{{--
--}}
{{ __('Sub Total') }}
{{ __('Discount Amount') }}
{{ __('Grand Total') }}
{{ __('Checkout information') }}
{{ __('Total Product') }} 2
{{ __('Total Amount') }}
{{ __('Payment Method') }}
{{ __('Revceived Amount') }}
@endsection @push('css') @endpush @push('scripts') @endpush