@extends('users::panel.index') @section('panel-main') @if ($orders->isNotEmpty())
{{ __('shop::orders.no') }} | {{ __('shop::orders.date') }} | {{ __('shop::orders.amount') }} | {{ __('shop::orders.status') }} | {{ __('shop::orders.actions') }} |
---|---|---|---|---|
{{ $order->no }} | {{ $order->created_at->format('d-m-Y') }} | {!! price_currency($order->total_price, $order->currency) !!} | {{ $order->status->name }} | {{ __('shop::orders.details') }} |