@extends('master.front') @section('title') {{__('Cart')}} @endsection @section('meta') @endsection @section('content') @if(Session::has('cart') && count(Session::get('cart')) > 0)

{{__('เปรียบเทียบข้อมูลสินค้า')}}

@include('includes.cart')
@else

{{__('Your shopping cart is empty.')}}

{{__('View our products')}}
@endif @endsection