@extends('layouts.app') @section('content')
@include('layouts.components.cursor-and-preloader')
@include('layouts.header') @include('layouts.components.page-header', [ 'page_title' => 'Cart', ])
Item Price Quantity Total Remove
$10.99
$10.99
$10.99
$10.99
  • Subtotal $20.98 USD
  • Shipping Cost $0.00 USD
  • Total $20.98 USD
@include('layouts.footer')
@endsection