@php use App\Models\Information; use App\Models\Category; $information = Information::first(); $categories = Category::where('parent_id', null)->get(); @endphp