@extends('layouts.app') @section('content')

Výroba

@foreach($items as $item) @include('sections.item') @endforeach

@endsection