@section('container')
Compare Prices
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Monday']))
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Tuesday']))
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Wednesday']))
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Thursday']))
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Friday']))
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Saturday']))
@render('partials.drinks_table', array('drinkPrices' => $drinkPricesDays['Sunday']))
@endsection
@section('scripts')
@endsection