@php $carritocount = DB::table('academiatienda')->where('iduser', '=', Auth::user()->ID)->get()->count('id'); @endphp