@extends('admin/layout') @section('title') {{ labels('admin_labels.sales_reports', 'Sales Reports') }} @endsection @section('content')
{{ labels('admin_labels.manage_sales_reports', 'Manage Sales Reports') }}
| {{ labels('admin_labels.id', 'Order ID') }} | {{ labels('admin_labels.product_name', 'Product Name') }} | {{ labels('admin_labels.total', 'Total') }} | {{ labels('admin_labels.net_revenue', 'Net Revenue') }} | {{ labels('admin_labels.admin_commission', 'Admin Commission') }} | {{ labels('admin_labels.delivery_charge', 'Delivery Charge') }} | {{ labels('admin_labels.promo_discount', 'Promo Discount') }} | {{ labels('admin_labels.seller_commission', 'Seller Commission') }} | {{ labels('admin_labels.total_commissions', 'Total Commissions') }} | {{ labels('admin_labels.loss', 'Loss') }} | {{ labels('admin_labels.profit', 'Profit') }} |
|---|