@extends('seller.layouts.app') @section('panel_content')
| # | {{ translate('Order Code') }} | {{ translate('Admin Commission') }} | {{ translate('Earning') }} | {{ translate('Created At') }} |
|---|---|---|---|---|
| {{ ($key+1) }} | {{ $history->preorder ? $history->preorder->order_code : translate('Order Not Found') }} | {{ $history->admin_commission }} | {{ $history->seller_earning }} | {{ $history->created_at }} |