How Can I show Customer Details and tracking number on my shipping label

How Can I show Customer Details and tracking number on my shipping label BLOW CODE

OR PROVIDE LIQUAID CODE

Custom Shipping Label with Barcode body { font-family: Arial, sans-serif; }

.label-container {
width: 4in;
height: 6in;
padding: 10px;
border: 1px solid #000;
margin: auto;
position: relative;
}

.logo {
text-align: center;
margin-bottom: 10px;
}

.logo img {
width: 100px;
}

.label-header {
text-align: center;
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}

.shipping-info {
border-top: 1px solid #000;
padding-top: 10px;
}

.address-block {
margin-bottom: 10px;
}

.from-address, .to-address {
margin-bottom: 15px;
}

.barcode {
text-align: center;
margin-top: 20px;
}

.barcode img {
width: 80%;
}

.tracking-number {
font-size: 16px;
font-weight: bold;
text-align: center;
margin-top: 10px;
}

.custom-notes {
position: absolute;
bottom: 10px;
left: 10px;
font-size: 10px;
color: #555;
}

Brand Logo
Shipping Label
From:
{{ shop.name }}
{{ shop.address }}
{{ shop.city }}, {{ shop.zip }}
{{ shop.country }}
To:
{{ shipping_address.name }}
{{ shipping_address.address1 }}
{{ shipping_address.city }}, {{ shipping_address.zip }}
{{ shipping_address.country }}
Tracking Barcode
Tracking #: {{ fulfillment.tracking_number }}
{{ custom_message }}