| Name | Size | Mode | Actions |
|---|---|---|---|
| stock-category.blade.php | 799 | 0644 | editdlrm |
| stock-item.blade.php | 1142 | 0644 | editdlrm |
| stock-purchase.blade.php | 1192 | 0644 | editdlrm |
| stock-transfer.blade.php | 1897 | 0644 | editdlrm |
| vendor.blade.php | 2614 | 0644 | editdlrm |
/home/techb158/ileadtechnology.com/SSM/resources/views/print/inventory/vendor.blade.php (2614B)
| {{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 |