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