@if ($prices) @foreach( $prices as $category)

{{ $category->name }}

Starting from {{ amount($category->price) }}
@endforeach @endif