@foreach ($orders as $order) @if($order->status == 'completed') @endif @if($order->status == 'in_progress') @endif @if($order->status == 'processing') @endif @if($order->status == 'pending') @endif @if($order->status == 'declined') @endif @if($order->status == 'canceled') @endif @if($order->status == 'refunded') @endif @endforeach
Nr. Comandă Client Total Status Data
{{ $order->billing_name }}
{{ $order->email }}
{{ priceView($order->grand_total) }} Completed In progress Processing Pending Declined Canceled Refunded
@if(isset($query)) {{ $orders->links('vendor.pagination.tailwind') }} @else {{ $orders->links('vendor.pagination.tailwind') }} @endif