@extends('layouts.public.cart') @php if ($cart->items->count() <= 0) { return redirect(route('cart'))->send(); } @endphp @section('cart.content')