@if($showMinimumOrder)
@if(isset($restaurant->minimumorder))
@if(session('order') && session('order')['total'] > $restaurant->minimumorder)
Super! Sapo plotësove minimumin e porosisë!
@else
Ju nuk e keni kaluar akoma minimumin e porosisë
prej {{ $country->currency->isSymbolAfterAmount ? round($restaurant->minimumorder, $country->currency->decimalPlaces) . ' ' . $country->currency->symbol : $country->currency->symbol . ' ' . round($restaurant->minimumorder, $country->currency->decimalPlaces) }}
@endif
@endif
@endif