@extends('layouts.app') @section('title') Shopping Bag @endsection @section('content')
@include('partials.carts')
@endsection @section('js') @endsection