@extends('ecommerce::frontend.layout.main') @section('title') {{trans('file.Cart')}} {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
{{trans('file.product')}} | {{trans('file.Price')}} |
---|---|
@if($cart_product['image']!==null)
@php
$images = explode(',', $cart_product['image']);
$cart_product['image'] = $images[0];
@endphp
@endif
{!! $cart_product['name'] !!} @if($variant != 0)({{$variant}})@endif
|
{{$currency->symbol ?? $currency->code}}{{ $cart_product['total_price'] }}
|