@extends('templates.'.sc_store('template').'.shop_layout')
@section('main')
{{ $title }}
@if (count($orders) ==0)
@endif
@foreach($orders as $order)
@php
$n = (isset($n)?$n:0);
$n++;
// $order = App\Models\ShopProduct::find($item->id);
@endphp
No.
SKU
{{ trans('front.profile.total') }}
{{ trans('front.profile.status') }}
{{ trans('front.profile.date_add') }}
{{ $n }}
#{{ $order->id }}
{{ number_format($order->total) }}
{{ $statusOrder[$order->status]}}
{{ $order->created_at }}
{{ trans('front.profile.detail_order') }}