@extends('layouts.app-pos') @section('title', __('sale.pos')) @section('css')
@endsection @section('content')
{{ app('site')['name'] }}
{{ __('app.dashboard') }}
@can('customer.view')
{{__('customer.list') }}
@endcan @can('sale.invoice.view')
{{__('sale.invoices') }}
@endcan @can('item.view')
{{ __('item.list') }}
@endcan @can('sale.invoice.view')
{{ __('payment.payment_in') }}
@endcan
{{-- CSRF Protection --}} @csrf @method('POST')
Load More
#
{{ __('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
{{ __('payment.balance') }}
0
{{ __('payment.change_return') }}
0
Add Payment Type
@if(app('company')['is_enable_secondary_currency']) @endif
{{ __('app.round_off') }}
{{ __('app.grand_total') }}
{{ __('currency.exchange') }}
{{ __('app.save_and_print') }}
{{ __('app.save') }}
@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