@extends('layouts.factor-master') @section('content')
@lang('layout.BillNumber'): {{$info->number}} | @lang('layout.Vendor'): {{$info->vendor}} | @lang('layout.Amount'): {{$info->amount}} | @lang('layout.Currency'): {{$info->currency}} | @lang('layout.Rate'): {{$info->rate}} | @lang('layout.Type'): {{$info->type}} |
@lang('layout.Record') |
@lang('layout.ItemName') |
@lang('layout.Quantity') |
@lang('layout.Measure') |
@lang('layout.Price') |
@if(getOtherMeasure()=="true")
@lang('layout.OMeasureValue1') | @endif @if(getOtherMeasure2()=="true")@lang('layout.OMeasureValue2') | @endif @lang('layout.Total') |
---|---|---|---|---|---|---|---|
{{++$count}} | {{$record->itemName}} | {{$record->qty}} | {{$record->measure}} | {{round($record->price,2)}} | @if(getOtherMeasure()=="true"){{$record->other_measure}} | @endif @if(getOtherMeasure2()=="true"){{$record->other_measure2}} | @endif{{round($record->price*$record->qty,2)}} |
|
@endforeach