@extends('layouts.app') @section('content')
@lang('layout.Billinformation')
{{-- --}} {{-- --}}
@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}}
@if(getDriverInfo() == "true")

@lang('layout.DriverInfo')

@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 }}
@endif
@lang('layout.BillDetails')
{{Form::open(['route' => 'export.exportCsv','method' => 'DELETE','class' => 'inline'])}} {{Form::close()}} {{Form::open(['route' => 'export.PDFAny','method' => 'DELETE','class' => 'inline'])}} {{Form::close()}}
@if(systemConfig()[9] == 0 ) @endif @if(itemBrand()=="true") @endif @if(showLocation()=="true") @endif @if(systemConfig()[9] != 0 ) @endif @if(getOtherMeasure()=="true") @endif @if(getOtherMeasure2()=="true") @endif
@lang('layout.Code') @lang('layout.ItemName') @lang('layout.Length') @lang('layout.Width') @lang('layout.Wing') @lang('layout.Brand')@lang('layout.Location')@lang('layout.Photo') @lang('layout.ExpireDate') @lang('layout.Quantity') @lang('layout.Measure') @lang('layout.PurchaseCost') @lang('layout.Currency') @lang('layout.OMeasureValue1')@lang('layout.OMeasureValue2')@lang('layout.Expense') @lang('layout.CostOfGoodSold') @lang('layout.TotalPurchaseCost') @lang('layout.TotalCostOfGoodSold') @lang('layout.Action')
@lang('layout.Attachments')
@csrf
@lang('layout.SelectFile') @lang('layout.Change') @lang('layout.Remove')
@lang('layout.Cancel')
@lang('layout.AttachmentTitle') @lang('layout.Description') @lang('layout.Action')
@endsection @push('scripts') @endpush