'json', 'images' => 'json', ]; public function showroom(): \Illuminate\Database\Eloquent\Relations\BelongsTo { return $this->belongsTo(Showroom::class,'showroom_id','id'); } }