@extends('layouts.app') @section('content')
Pickup Locations Id
In your Bulk Order
# Pickup Location ID | Location Name | Location Status |
---|---|---|
{{$location->id}} | {{$location->address}} | {{ Helper::status($location->status) }} |
Weight ID's
In your Bulk Order
# Weight ID | Weight | Price |
---|---|---|
{{$vendorWeight->id}} | {{$vendorWeight->ahlWeight->weight . ' (' . $vendorWeight->city->first()->name . ')'}} | Rs. {{$vendorWeight->price}} |
Bulk Format Template
to upload bulk orders
# Serial No | Name | Description |
---|---|---|
{{++$counter}} | {{$key}} | {{$format}} |