@lang('purchase::modules.vendorPayment.vendorPaymentDetails')
@if($vendorID)
@endif
@if(isset($type) && $type == 'bill' && isset($purchaseBill))
{{$purchaseBill->vendor->primary_name}}
@else
--
@foreach ($vendors as $vendor)
id) selected @endif value="{{ $vendor->id }}">{{ $vendor->primary_name }}
@endforeach @endif