'array', 'is_featured' => 'boolean', 'expires_at' => 'datetime', 'price' => 'decimal:2', ]; public function category() { return $this->belongsTo(\Modules\Category\Models\Category::class); } public function user() { return $this->belongsTo(\App\Models\User::class); } }