@if (isset($date) && $date)
@foreach($products as $category)
@if($categories->{$category->id} == 1)
@foreach($category->Products as $product)
{{ $product->name }}
{{ $product->description }}
{{ amount($product->price, ['to' => $currency->id]) }}
@endforeach
@endif
@endforeach
@endif