# | Vendor Name | Service Name | Services | Remarks | Instruction | Amount | Priority |
---|---|---|---|---|---|---|---|
vendor_service_id == $item->id)> | {{$item->vendor->name}} | {{$item->service_name}} |
@foreach ($item->services($item->services) as $services)
{{$services->title}}
@endforeach
|
{{$item->additional_passengers ?? "-"}} | {{$item->instruction ?? "-"}} | {{$item->amount." (".$item->currency->currencyCode.")"}} | {{$item->priority}} |