@extends('front::user.layouts.master') @section('user-content')
{{ trans('front::messages.profile.there-nothing-show') }}
@endif| # | {{ trans('front::messages.profile.order-number')}} | {{ trans('front::messages.profile.order-registration-date')}} | {{ trans('front::messages.profile.payment-status')}} | {{ trans('front::messages.profile.details')}} | ||
|---|---|---|---|---|---|---|
| {{ $loop->iteration}} | {{ $order->id }} | {{ jdate($order->created_at)->format('%d %B %Y') }} | @if($order->status == 'paid') {{ trans('front::messages.profile.paid')}} @elseif($order->status == 'unpaid') {{ trans('front::messages.profile.unpaid')}} @else {{ trans('front::messages.profile.canceled')}} @endif | |||
| {{ trans('front::messages.profile.view-list-orders')}} | ||||||
{{ $favorite->product->title }}