@if (isset($type) && $type == "all")
{{__('common.sl')}} |
{{__('common.date')}} |
{{__('common.order_id')}} |
{{__('common.email')}} |
{{__('order.product_qty')}} |
{{__('common.total_amount')}} |
{{__('order.order_status')}} |
{{__('order.is_paid')}} |
@endif
@if (isset($type) && $type == "pending")
{{__('common.sl')}} |
{{__('common.date')}} |
{{__('common.order_id')}} |
{{__('common.email')}} |
{{__('order.product_qty')}} |
{{__('common.total_amount')}} |
{{__('order.order_status')}} |
{{__('order.is_paid')}} |
@endif
@if (isset($type) && $type == "confirmed")
{{__('common.sl')}} |
{{__('common.date')}} |
{{__('common.order_id')}} |
{{__('common.email')}} |
{{__('order.product_qty')}} |
{{__('common.total_amount')}} |
{{__('order.order_status')}} |
{{__('order.is_paid')}} |
@endif
@if (isset($type) && $type == "completed")
{{__('common.sl')}} |
{{__('common.date')}} |
{{__('common.order_id')}} |
{{__('common.email')}} |
{{__('order.product_qty')}} |
{{__('common.total_amount')}} |
{{__('order.order_status')}} |
{{__('order.is_paid')}} |
@endif
@if (isset($type) && $type == "inhouse")
{{__('common.sl')}} |
{{__('common.date')}} |
{{__('common.order_id')}} |
{{__('common.email')}} |
{{__('order.product_qty')}} |
{{__('common.total_amount')}} |
{{__('order.order_status')}} |
{{__('order.is_paid')}} |
@endif