@extends('frontend.layouts.master') @section('meta_title', $seo_setting['cart_page']['seo_title']) @section('meta_description', $seo_setting['cart_page']['seo_description']) @push('custom_meta') @endpush @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
@include('frontend.pages.shop.partials.cart-page-content')
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection