@extends('layouts.master') @section('title',trans('prices')) @section('main')
@foreach($prices as $price)

{{$price->first()->name}}

@foreach($price as $item) @endforeach
{{trans('provider')}} {{trans('price')}} {{trans('diff in 24h')}}
{{$item->provider}} {{$item->price}} {{$item->average}}
@endforeach
@endsection