@php $category = App\Models\Category::where('id', $id)->first(); $parent_categories = App\Models\Category::where('parent_id', 0)->orderBy('title', 'asc')->get(); @endphp
@CSRF