@extends('backend.layout.top-head') @push('css') @endpush @section('content')
{{ __('db.product') }} {{ __('db.Price') }} {{ __('db.Quantity') }} {{ __('db.Subtotal') }}
{{ __('db.Items') }}
{{ __('db.Total') }}
{{ __('db.Discount') }}
{{ __('db.Coupon') }}
{{ __('db.Tax') }}
{{ __('db.Shipping') }}

{{ __('db.Total Payable') }}

{{ __('db.Cash Received') }}
{{ __('db.Total Paying') }}
{{ __('db.Change') }}
{{ __('db.Due') }}
@endsection @push('scripts') @endpush