@extends('shop.layout') @section('title', __('portal.shop.checkout_title')) @section('content') @php $currency = $tenant->settings['currency'] ?? 'MDL'; $labels = \App\Models\Tenant\OnlineOrder::DELIVERY; @endphp
| {{ $item['name'] }} ×{{ $item['qty'] }} | {{ number_format($item['price'] * $item['qty'], 2) }} |
{{ __('portal.shop.delivery_fee_note') }}