@extends('layouts.app') @section('content')
@lang('layout.BillNumber') | @lang('layout.ContractCode') | @lang('layout.Vendor') | @lang('layout.Account') | @lang('layout.Date') | @lang('layout.Hour') | @lang('layout.Quantity') | @lang('layout.Measure') | @lang('layout.Amount') | @lang('layout.Discount') | @lang('layout.Currency') | @lang('layout.Rate') | {{$billInfo->number }} | {{$billInfo->orderNumber}} | {{$billInfo->vendor}} | {{$billInfo->account}} | {{convertDate($billInfo->date)}} | {{$billInfo->hour}} | {{$billInfo->qty }} | {{$billInfo->unit }} | {{$billInfo->amount }} | {{$billInfo->discount }} | {{$billInfo->currency }} | {{$billInfo->rate }} |
---|
@lang('layout.Description') | @lang('layout.Memo') |
---|---|
{{ $billInfo->description}} | {{ $billInfo->memo}} |
@lang('layout.TransferCode') | @lang('layout.Transporter_name') | @lang('layout.Transporter_phone') | @lang('layout.PlaceOfWeight') | @lang('layout.SourcePlace') | @lang('layout.PlateNumber') | @lang('layout.WayBillNumber') | @lang('layout.TotalWeight') | @lang('layout.EmptyCarWeight') | @lang('layout.Description') | {{$billInfo->transferCode }} | {{$billInfo->driver}} | {{$billInfo->driverPhone}} | {{$billInfo->PlaceOfWeight}} | {{$billInfo->sourcePlace }} | {{$billInfo->plateNumber }} | {{$billInfo->wayBillNumber }} | {{$billInfo->totalWeight }} | {{$billInfo->emptyCarWeight }} | {{$billInfo->trDesription }} |
---|
@lang('layout.Code') | @lang('layout.ItemName') | @if(systemConfig()[9] == 0 )@lang('layout.Length') | @lang('layout.Width') | @lang('layout.Wing') | @endif @if(itemBrand()=="true")@lang('layout.Brand') | @endif @if(showLocation()=="true")@lang('layout.Location') | @endif @if(systemConfig()[9] != 0 )@lang('layout.Photo') | @lang('layout.ExpireDate') | @endif@lang('layout.Quantity') | @lang('layout.Measure') | @lang('layout.PurchaseCost') | @lang('layout.Currency') | @if(getOtherMeasure()=="true")@lang('layout.OMeasureValue1') | @endif @if(getOtherMeasure2()=="true")@lang('layout.OMeasureValue2') | @endif@lang('layout.Expense') | @lang('layout.CostOfGoodSold') | @lang('layout.TotalPurchaseCost') | @lang('layout.TotalCostOfGoodSold') | @lang('layout.Action') |
---|
@lang('layout.AttachmentTitle') | @lang('layout.Description') | @lang('layout.Action') |
---|