@section('title') Category: {{ $category->name }} - Eat Your Favorite Foods @stop @section('keywords') Food Store, Eat Your Favorite Foods @stop @section('description') Food Store - Eat Your Favorite Foods @stop @section('image') {{ asset('/storage/' . $category->image) }} @stop
PRODUCTS IN {{ strtoupper($category->name) }}

@foreach ($category->products()->latest()->get() as $product) @endforeach