@php $item = Cache::get('site_status'); $ecomm_setting = $item ? json_decode($item) : null; @endphp