@php //$ecomm_setting = DB::table('ecommerce_settings')->latest()->first(); // Retrieve the cached item $item = Cache::get('site_status'); // Decode the cached data $ecomm_setting = $item ? json_decode($item) : null; @endphp
@if($ecomm_setting->whats_status)
whatsapp--v1
@endif
@include('partials.cartFixedBtn')