@extends('layouts.front') @section('style') @endsection @section('site') Menu @foreach(\App\Models\Category::visible()->get() as $category) {{ $category->name }} @endforeach @foreach(\App\Models\Position::where('category_id', 1)->get() as $position) {{ $position->name }} {!! $position->description !!} {{ $position->quantity }} Cena {{ $position->price }}zł @endforeach @endsection
{{ $position->quantity }} Cena {{ $position->price }}zł