This commit is contained in:
aslan 2024-02-14 16:41:51 +03:00
parent e7818471db
commit 454a4a6d96
1 changed files with 2 additions and 3 deletions

View File

@ -38,8 +38,7 @@ class EducationLevelController extends Controller
public function show(
EducationLevel $educationLevel
): View|Application|Factory|\Illuminate\Contracts\Foundation\Application
{
): View|Application|Factory|\Illuminate\Contracts\Foundation\Application {
$directions = $educationLevel->directions();
return view(
'admin.catalog.education_level.show',