@section('page_name') Manage products @stop @section('breadcrumbs') Products List Products @stop @section('scripts') @stop @section('content')
Product name | Category | Price | Actions |
---|---|---|---|
{{ $product->name . (($product->discontinued) ? ' DISCONTINUED' : '') }} | {{ $categoriesById[$product->category] }} | € {{ $product->salesPrice }} |