add 'info' field as an array in DirectionStudy model; update DirectionStudyResource to include tabs for main information and admission details; modify Show.vue to display direction study information; enhance PageItemBlock.vue for better breadcrumb display
This commit is contained in:
@@ -17,6 +17,7 @@ class DirectionStudy extends Model
|
||||
|
||||
protected $casts = [
|
||||
'lvl_edu' => LevelEducational::class,
|
||||
'info' => 'array',
|
||||
];
|
||||
|
||||
public function programs(): HasMany
|
||||
|
||||
Reference in New Issue
Block a user