@php $bgColor = env('WEBSITE_FOOTER_COLOR', setting('appColorTheme.primaryColor', '#21a179')); $average = 381; // range 1 - 765 if (strlen(trim($bgColor)) == 4) { $bgColor = '#' . substr($bgColor, 1, 1) . substr($bgColor, 1, 1) . substr($bgColor, 2, 1) . substr($bgColor, 2, 1) . substr($bgColor, 3, 1) . substr($bgColor, 3, 1); } $isDark = hexdec(substr($bgColor, 1, 2)) + hexdec(substr($bgColor, 3, 2)) + hexdec(substr($bgColor, 5, 2)) < $average ? true : false; @endphp {{-- allow cookies sticky to bottom of the page --}} {{-- scripts --}} @push('scripts') @endpush