@extends('header.header') @section('content')
{{__('Classifications')}}

Export
@foreach($order_items as $index => $order) @endforeach
{{__('ID')}} {{__('Order ID')}} {{__('Quantity')}} {{__('Item Price')}} {{__('Payment Method')}} {{__('Delivery Fee')}} {{__('Total Amount')}} {{__('Loyalty Points')}} {{__('Total Qty')}} {{__('Pickup Type')}}
{{++$index}} {{$order->order_id}} {{$order->quantity}} {{$order->itemPrice}} {{$order->paymentMethod}} {{$order->deliveryFee}} {{$order->Total_Amount}} {{$order->loyaltyPoints}} {{$order->totalQty}} {{$order->PickupType}}
@endsection @section('js-scripts') @endsection