$this->sn, 'total_amount' => $this->total_amount, 'created_at' => $this->created_at->toDateTimeString(), 'status' => $this->status, 'products' => OrderProductResource::collection($this->whenLoaded('products')), ]; } }