order)){ $order_code = $this->order->code; } return [ 'id' => $this->id, 'order_code' => $order_code, 'admin_commission' => $this->admin_commission, 'seller_earning' => format_price($this->seller_earning), 'created_at' => date('d-m-Y', strtotime($this->created_at)), ]; } }