@extends('frontend.layouts.master') @section('title', 'Cart Page') @section('main-content')
{{ $cart->product['title'] }}
{!! $cart['summary'] !!}