@extends("Site.Layouts.blank") @section ("content")
home_banner

My Cart





@include("Site.Layouts.footer_cart",[ 'link_to'=> urlLang('checkout'), 'is_enabled' => count($CartItems) ])
@endsection