@foreach($category->dishes as $dish)
@if($dish->is_available)
@if($dish->image_url)
@endif
@endif
@endforeach
{{ number_format($dish->price, 0, ',', '.') }} Ft