@props(['links' => []]) @php $options = config('settings'); $currentAppSettings = \App\Models\Setting::all()->groupBy('env'); $currentOptions = $currentAppSettings->isNotEmpty() ? $currentAppSettings['web']->keyBy('key') : []; @endphp @push('styles') @endpush