/home/techb158/ileadtechnology.com/SSM/resources/views/print/inventory
NameSizeModeActions
stock-category.blade.php7990644editdlrm
stock-item.blade.php11420644editdlrm
stock-purchase.blade.php11920644editdlrm
stock-transfer.blade.php18970644editdlrm
vendor.blade.php26140644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/inventory/vendor.blade.php (2614B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('inventory.vendor').' '.trans('general.total_result_count',['count' => count($vendors)])}}

@foreach($vendors as $vendor) @endforeach
{{trans('inventory.vendor_name')}} {{trans('inventory.vendor_phone')}} {{trans('inventory.vendor_email')}} {{trans('inventory.vendor_contact_person')}} {{trans('inventory.vendor_address')}}
{{$vendor->name}} @if($vendor->tax_id)
{{trans('inventory.vendor_tax_id')}} {{$vendor->tax_id}} @endif
{{$vendor->phone}} @if($vendor->alternate_phone)
{{$vendor->alternate_phone}} @endif
{{$vendor->email}} {{$vendor->contact_person}} @if($vendor->contact_person_phone)
{{$vendor->contact_person_phone}} @endif @if($vendor->contact_person_email)
{{$vendor->contact_person_email}} @endif
{{$vendor->address_line_1}} @if($vendor->address_line_2)
{{$vendor->address_line_2}} @endif @if($vendor->city)
{{$vendor->city}} @endif @if($vendor->state)
{{$vendor->state}} @endif @if($vendor->zipcode)
{{$vendor->zipcode}} @endif @if($vendor->country)
{{$vendor->country}} @endif
@include('print.print-layout.footer')