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

Oprava

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