@extends('layouts.app') @section('title', 'Cart') @section('content')

Your Cart

@if(count($cart) > 0) @else

No items in cart.

@endif @endsection