@php use App\Models\Information; use App\Models\Category; $information = Information::first(); $categories = Category::where('parent_id', null)->get(); @endphp Home Shop Free Shipping brand All Offers {{ getTotalCart()}} Cart @guest @else {{ auth()->user()->first_name ?auth()->user()->first_name.' '.auth()->user()->last_name:auth()->user()->mobile }} @endguest @foreach($categories as $cat) {{ $cat->name }} @endforeach