@extends('templates.'.sc_store('template').'.shop_layout') @section('main')

{{ $title }}

@if (count($orders) ==0)
{{ trans('front.profile.empty_order') }}
@else @foreach($orders as $order) @php $n = (isset($n)?$n:0); $n++; // $order = App\Models\ShopProduct::find($item->id); @endphp @endforeach
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') }}
@endif
@endsection @section('breadcrumb') @endsection