@extends('layouts.app') @section('style') @stop @section('content') @include("layouts.Cmodal")
@if (count($errors) > 0)

Whoops! There were some problems with your input

@endif
@lang('layout.BillReturns')
{{Form::open(['route' => ['billReturn.update',$returnBack->id],'method' => 'PATCH','class' => 'form-horizontal','id'=>'purchase-form'])}} {{ csrf_field() }}
@lang('layout.Total') : @{{ Number.parseFloat((subtotal - (discount*subtotal/100))-payeds).toFixed(precision())}} @{{selected_currency.symbol}}
@lang('layout.Discount'): (@{{ Number.parseFloat(discount).toFixed(precision()) }}%) @{{ Number.parseFloat(discount*subtotal/100).toFixed(precision()) }} @{{selected_currency.symbol}}
@lang('layout.Payment'): @{{ payeds.toFixed(precision())}} @{{selected_currency.symbol}}
@lang('layout.Sub-Total'): @{{ subtotal.toFixed(precision())}} @{{selected_currency.symbol}}
# @lang('layout.ItemName') @lang('layout.SiteName') @lang('layout.Description') @lang('layout.Quantity') @lang('layout.OMeasureValue1') @lang('layout.OMeasureValue2') @lang('layout.OnHand') @lang('layout.Measure') @lang('layout.NewCost') @lang('layout.Total')
@{{index+1}}
@{{(item.item==null)?null:item.item.other_measure}}
@{{(item.item==null)?null:item.item.other_measure2}}
@{{myRound((item.item==null)?null:purchaseItemQuantity(item.item,0,item.item.quantity))}}
@{{selected_currency.symbol}}
@{{selected_currency.symbol}}

@lang('layout.Cancel')
{!! Form::close() !!}
@endsection @push('scripts') @endpush