@extends('layouts.app-pos') @section('title', __('sale.pos')) @section('css') @endsection @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
#
{{ __('app.action') }} {{ __('item.item') }} {{ __('item.serial') }} {{ __('item.batch_no') }} {{ __('item.mfg_date') }} {{ __('item.exp_date') }} {{ __('item.model_no') }} {{ __('item.mrp') }} {{ __('item.color') }} {{ __('item.size') }} {{ __('app.qty') }} {{ __('unit.unit') }} {{ __('app.price_per_unit') }} {{ __('app.discount') }} {{ __('tax.tax') }} {{ __('app.total') }}
No items are added yet!!
Total Quantity: 0
Discount: 0.00
Tax: 0.00
Total Price: 0.00
@if(app('company')['is_enable_secondary_currency']) @endif
{{ __('app.grand_total') }}
{{ __('currency.exchange') }}
@include("modals.service.create") @include("modals.expense-category.create") @include("modals.item.serial-tracking") @include("modals.item.batch-tracking-sale") @include("modals.party.create") @include("modals.item.create") @endsection @section('js') @endsection