@extends('layouts.app') @section('content') @section('style') @stop
@lang('layout.To')
@lang('layout.To')
@lang('layout.To')
@lang('layout.Billinformation12')
{{-- --}} {{-- --}}
@if($billInfo->payment_type == 'On') @else @endif
@lang('layout.BillNumber') @lang('layout.ReferenceNumber') @lang('layout.Vendor') @lang('layout.Account') @lang('layout.Date') @lang('layout.Hour') @lang('layout.Amount') @lang('layout.Discount') @lang('layout.Currency') @lang('layout.PaymentType') @lang('layout.Rate')
{{$billInfo->number }} {{$billInfo->ref_Number }} {{$billInfo->vendor}} {{$billInfo->account}} {{convertDate($billInfo->date)}} {{ $billInfo->hour}} {{$billInfo->amount }} {{$billInfo->discount }} {{$billInfo->currency }} @lang('layout.Paid') @lang('layout.NoPaid') {{$billInfo->rate }}
@lang('layout.Description') @lang('layout.Memo')
{{ $billInfo->description}} {{ $billInfo->memo}}
@lang('layout.BillDetails')
@if(systemConfig()[16] != 0) @endif @if(showLocation()=="true") @endif @if(getOtherMeasure()=="true") @endif @if(getOtherMeasure2()=="true") @endif
@lang('layout.ItemCode') @lang('layout.ItemName') @lang('layout.Type')@lang('layout.Location')@lang('layout.OMeasureValue1')@lang('layout.OMeasureValue2')@lang('layout.Quantity') @lang('layout.Measure') @lang('layout.PurchaseCost') @lang('layout.Currency') @lang('layout.Expense') @lang('layout.CostOfGoodSold') @lang('layout.TotalPurchaseCost') @lang('layout.TotalCostOfGoodSold')
@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')
@if(getDriverInfo() == "true")
@lang('layout.DriverInfo')
@lang('layout.Driver') @lang('layout.Transporter_name') @lang('layout.VehicleName') @lang('layout.VehicleName') @lang('layout.TankerNumber') @lang('layout.DriverType') @lang('layout.WayBillNumber') @lang('layout.TransitNumber') @lang('layout.SourcePlace') @lang('layout.Destination') @lang('layout.LoadingDate') @lang('layout.ItemName') @lang('layout.Measure') @lang('layout.Quantity') @lang('layout.RentQuantity') @lang('layout.Price') @lang('layout.Currency') @lang('layout.Rate') @lang('layout.TotalTransferFee') @lang('layout.Action')
@endif @if(getPurchaseExpense()=="true")
@lang('layout.Expense')
@lang('layout.Account') @lang('layout.Description') @lang('layout.Amount')
@endif
@lang('layout.LaboratoryTestCreate')
@csrf
@if (count($laboratoryTest)>0) @foreach ($laboratoryTest as $key=>$value) @endforeach @foreach ($laboratoryTest as $key=>$value) @endforeach
{{$value->name}}
@else @lang('menu.LaboratoryTest') @endif
@lang('layout.Cancel')
@lang('layout.LaboratoryTestList')
@lang('layout.Number') @lang('layout.CarNumber') @lang('layout.Item') @lang('layout.Unit') @lang('layout.Description') @lang('layout.Date') @lang('layout.Action')
@lang('layout.WeighbridgeCreate')
@csrf
@if(getHourType() == 24) @else @endif
@if(count($weighbridgeCategori)>0) @foreach ($weighbridgeCategori as $key=>$value) @endforeach @foreach ($weighbridgeCategori as $key=>$value) @endforeach
{{$value->name}}
@endif
@lang('layout.Cancel')
@lang('layout.WeighbridgeList')
@lang('layout.Number') @lang('layout.CarNumber') @lang('layout.DriverName') @lang('layout.Item') @lang('layout.Unit') @lang('layout.FullWeight') @lang('layout.EmptyWeight') @lang('layout.NetWeight') @lang('layout.Date') @lang('layout.Hour') @lang('layout.Description') @lang('layout.Action')
@lang('layout.CustomsCreate')
@csrf
{{-- @foreach ($laboratoryTest as $key=>$value) @endforeach --}} {{-- @foreach ($laboratoryTest as $key=>$value) @endforeach --}}
{{$value->name}}@lang('layout.Total')@{{customes.name}} @lang('layout.AccdTotal')
@{{myRound(customsTotal)}}
@lang('menu.CustomsField')
@lang('layout.Cancel')
@lang('layout.CustomsList')
@lang('layout.Number') @lang('layout.Date') @lang('layout.AccdNumber') @lang('layout.Item') @lang('layout.Quantity') @lang('layout.ItemValue') @lang('layout.Description') @lang('layout.AccdTotal') @lang('layout.Action')
@endsection @include('print.modal') @push('scripts') @endpush