@extends('layouts.app') @section('style') @stop @section('content')
@lang('layout.Enterbill') {{--some info...--}}
{{Form::open(['route' => 'bill.store','method' => 'POST','class' => 'form-horizontal','id'=>'sales-form'])}}
@{{selectedCurrency.symbol}} %
{{--
--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}}
@{{selectedCurrency.symbol}}
@lang('layout.Total') : @{{ Number.parseFloat((subtotal - (discount*subtotal/100))-payeds).toFixed(2)}} @{{selectedCurrency.symbol}}
@lang('layout.Discount'): (@ {{ Number.parseFloat(discount).toFixed(2) }}%) @{{ Number.parseFloat(discount*subtotal/100).toFixed(2) }} @{{selectedCurrency.symbol}}
@lang('layout.Payment'): @{{ payeds.toFixed(2)}} @{{selectedCurrency.symbol}}
Sub-Total: @{{ subtotal.toFixed(2)}} @{{selectedCurrency.symbol}}
# @lang('layout.ItemName') Inventory Site @lang('layout.Quantity') @lang('layout.OnHand') @lang('layout.Measure') @lang('layout.Cost') @lang('layout.NewCost') @lang('layout.Total')
@{{InventoryIndex}}
@{{selectedCurrency.symbol}}
@{{selectedCurrency.symbol}}
@{{selectedCurrency.symbol}}
{{----}}
{{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--
# @lang('layout.ServiceName') @lang('layout.Quantity') @lang('layout.Measure') @lang('layout.Cost')@lang('layout.Price') @lang('layout.Total')
@{{Index+1}} --}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--
--}} {{----}} {{----}} {{--@{{selectedCurrency.symbol}}--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{--@{{selectedCurrency.symbol}}--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{--@{{selectedCurrency.symbol}}--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}}
# @lang('layout.SelectBank') @lang('layout.Rate') @lang('layout.Currency') @lang('layout.Amount') @lang('layout.Total')
@{{Index+1}}
@{{(!payment.item)?null:payment.item.code}}
@{{selectedCurrency.symbol}}
{{Form::close()}}
@endsection @push('scripts') @endpush