@php $logo = $dataConfigs['logo'] ?? null; $favicon = $dataConfigs['favicon'] ?? null; $brand_color = $dataConfigs['brand'] ?? 'default'; $brand_colors = App\Helpers\CommonHelper::brandColor(); //print_r($dataConfigs); exit; @endphp @include('student.common.head-test')
@yield('content-test') @yield('content-detail') @stack('modal') @include('student.common.script-test')