@php /* $layout_page = shop_profile $statusOrder */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')
{{--

{{ trans('account.my_profile') }}

--}}
@include($sc_templatePath.'.account.nav_customer')
{{ $title }}
@if (count($orders) ==0)
{{ trans('account.orders.empty') }}
@else @foreach($orders as $order) @php $n = (isset($n)?$n:0); $n++; @endphp @endforeach
No. {{ trans('account.orders.id') }} {{ trans('account.orders.total') }} {{ trans('account.orders.status') }} {{ trans('account.orders.date_add') }}
{{ $n }} #{{ $order->id }} {{ number_format($order->total) }} {{ $statusOrder[$order->status]}} {{ $order->created_at }} {{ trans('account.orders.detail_order') }}
@endif
@endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}}