@extends('v1.enduser.genericpage') @push('subContents') {{--

Market price for {{ $date }}

--}} {{--
--}}
@if(empty($priceLists)) @else @foreach($priceLists as $price) @endforeach @endif
Name Location Marketplace Min Max Currency Quantity Unit
There is no price list
{{ $price['info_relation']['name'] }} {{ $price['info_relation']['location'] }} {{ $price['info_relation']['marketplace'] }} {{ isset($price['info_relation']['min_price']) && $price['info_relation']['min_price'] ? $price['info_relation']['min_price'] : "-" }} {{ isset($price['info_relation']['max_price']) && $price['info_relation']['max_price'] ? $price['info_relation']['max_price'] : "-" }} {{ isset($price['info_relation']['currency']) && $price['info_relation']['currency'] ? $price['info_relation']['currency'] : '-' }} {{ isset($price['info_relation']['quantity']) && $price['info_relation']['quantity'] ? $price['info_relation']['quantity'] : "-" }} {{ isset($price['info_relation']['unit']) && $price['info_relation']['unit'] ? $price['info_relation']['unit'] : "-" }}
@if(count($priceLists)>0 && $total>20)
Load more
@endif @endpush @push("footerScript") @endpush