@extends('layout') @section('title', 'Cart') @section('content') @if(session('customer_id')) {{ __('text.dashboard') }} {{ __('text.cart') }} @endif
{{ __('text.justP') }}