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