packages()->first(); return [ 'id' => $this->id, 'claimant_id' => $this->claimant_id, 'reference' => $this->reference, 'status' => $this->status, 'transport' => new TransportResource($this->transports()->first()), 'type' => $package->type, 'description' => $package->description, 'weight' => (float) $package->weight, 'quantity' => (float) $package->quantity, ]; } }