{{-- --}} @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::has('success')) @else @endif @php $theme_color = getSettings('theme_color'); $secondary_color = getSettings('secondary_color'); // echo json_encode($theme_color); $theme_color = $theme_color['theme_color']; $secondary_color = $secondary_color['secondary_color']; @endphp