belongsTo(SubSection::class, 'sub_section_id'); } protected $casts = [ 'content' => 'array', ]; }