@extends('layouts.app') @section('meta-title'){{ $page->seo_title }} @endsection @section('meta-keywords'){{ $page->seo_keywords }} @endsection @section('meta-description'){{ $page->seo_description }} @endsection @section('meta-image'){{ $page->getFirstMediaUrl('seo_image', 'thumbnail') }} @endsection @section('content')

Kosár

@foreach($cart as $item)
@include("webshop.includes.cart.product_row", ['item' => $item])
@endforeach
@include("webshop.includes.cart.product_row_summary")
@endsection