@extends('layouts.admin') @section('content') @if(count($quoteInfo) > 0)
@if(count($matches) > 0 && $matches != '') @foreach($matches as $matches_arr) @endforeach @else @endif
Pickup Equipment Type DH-O Origin Destination DH-D Company Contact Length Weight Miles Rate
@if(isset($matches_arr->asset->availability)) {{date('Y-m-d',strtotime($matches_arr->asset->availability->earliest))}} @endif @if(isset($matches_arr->asset->shipment->equipmentType)) {{$matches_arr->asset->shipment->equipmentType}} @endif @if(isset($matches_arr->originDeadhead)) {{$matches_arr->originDeadhead->miles}} @endif @if(isset($matches_arr->asset->shipment->origin)) {{$matches_arr->asset->shipment->origin->namedCoordinates->city}} {{$matches_arr->asset->shipment->origin->namedCoordinates->stateProvince}} @endif @if(isset($matches_arr->asset->shipment->destination)) {{$matches_arr->asset->shipment->destination->namedCoordinates->city}} {{$matches_arr->asset->shipment->destination->namedCoordinates->stateProvince}} @endif @if(isset($matches_arr->destinationDeadhead)) {{$matches_arr->destinationDeadhead->miles}} @endif @if(isset($matches_arr->callback->companyName)) {{$matches_arr->callback->companyName}} @endif @if(isset($matches_arr->callback->phone)) {{$matches_arr->callback->phone->phone->number}} @endif @if(isset($matches_arr->asset->dimensions->lengthFeet)) {{$matches_arr->asset->dimensions->lengthFeet}} @endif @if(isset($matches_arr->asset->dimensions->weightPounds)) {{$matches_arr->asset->dimensions->weightPounds}} @endif @if(isset($matches_arr->tripMileage->miles)) {{$matches_arr->tripMileage->miles}} @endif @if(isset($matches_arr->asset->shipment->rate->baseRateDollars)) {{$matches_arr->asset->shipment->rate->baseRateDollars}} @endif
No exact results. Try again.
@else

No Quote Information found

@endif @endsection @section('scripts') @endsection