@extends("client.layouts.app") @section("title", __("client.cart.title")) @section("content")
{{ __('client.cart.empty') }}
{{ __('client.cart.browse_products') }}| {{ __('common.table.product') }} | {{ __('common.table.billing_cycle') }} | {{ __('common.table.price') }} | |
|---|---|---|---|
|
{{ $item["product_name"] ?? $item["name"] ?? "Product" }}
@if(!empty($item["domain"])){{ $item["domain"] }} @endif
|
{{ $item["billing_cycle"] ?? "-" }} | ${{ number_format($item["price"] ?? 0, 2) }} |