@extends('website.layouts.app') @section('content') @include('website.layouts.title_section') @foreach ($items as $category => $products) {{ str_replace('_', ' ', $category) }} @foreach ($products as $item) {{ $item->title }} {!! $item->description !!} ${{ number_format($item->price, 2) }} {{ $item->unit }} Add to Cart @endforeach @endforeach @endsection @push('scripts') @endpush
{!! $item->description !!}