Cutomize Software Appearences
{{-- --}} @php $themeArray=['card_header','card_header_a','tableHeader','tableHeader_a','sidebar','sidebar_a','topbar','topbar_a','sidebar_link','sidebar_link_a','table_content_color','form_content_color']; @endphp @forelse ($themeArray as $item) @php $dataValue=getThemeData()->toArray()[$item]; $rgb=hex2rgb($dataValue); @endphp {{-- --}} @empty @endforelse
Title Red Green BluePreview
{{ucfirst(str_replace('_',' ',$item))}}

{{$dataValue}}

{{$rgb[0]}}
{{$rgb[1]}}
{{$rgb[2]}}

#ffff47

{{-- --}}