@extends('admin/layout') @section('title') {{ labels('admin_labels.manage_order_items', 'Manage Order Items') }} @endsection @section('content') {{-- table --}}
{{ labels('admin_labels.search', 'Search') }}
{{ labels('admin_labels.id', 'ID') }} {{ labels('admin_labels.order_item_id', 'Order Item ID') }} {{ labels('admin_labels.order_id', 'Order ID') }} {{ labels('admin_labels.user_id', 'User ID') }} {{ labels('admin_labels.seller_id', 'Seller ID') }} {{ labels('admin_labels.comission', 'Comission') }} {{ labels('admin_labels.quantity', 'Quantity') }} {{ labels('admin_labels.user_name', 'User Name') }} {{ labels('admin_labels.seller', 'Seller') }} {{ labels('admin_labels.product_name', 'Product Name') }} {{ labels('admin_labels.mobile', 'Mobile') }} {{ labels('admin_labels.total', 'Total') }}() {{ labels('admin_labels.deliver_by', 'Deliver By') }} {{ labels('admin_labels.delivery_boy_id', 'Delivery Boy ID') }} {{ labels('admin_labels.product_variant_id', 'Product Variant ID') }} {{ labels('admin_labels.delivery_date', 'Delivery Date') }} {{ labels('admin_labels.delivery_time', 'Delivery Time') }} {{ labels('admin_labels.updated_by', 'Updated By') }} {{ labels('admin_labels.active_status', 'Active Status') }} {{ labels('admin_labels.transaction_status', 'Transaction Status') }} {{ labels('admin_labels.order_date', 'Order Date') }} {{ labels('admin_labels.mail_status', 'Mail Status') }} {{ labels('admin_labels.action', 'Action') }}
@endsection