| {{ trans('theme.date') }} | {{ trans('theme.orders') }} | {{ trans('theme.amount') }} |
|---|---|---|
| {!! $order->created_at->format('M j') !!} |
|
{!! get_formated_price($order->grand_total, 2) !!} |
| {{ trans('theme.wishlist') }} | |
|---|---|
|
{{-- |
@lang('theme.button.buy_now') |
|
|
@lang('theme.view_more_offers', ['count' => $wish->product->inventories_count]) |