{{-- To make a editable image or text need to be add a "builder editable" class and builder identity attribute with a unique value --}} {{-- builder identity and builder editable --}} {{-- builder identity value have to be unique under a single file --}}
{{get_phrase('Categories')}}

{{get_phrase('Explore Top Courses Caterories')}}

@foreach (App\Models\Category::where('parent_id', 0)->take(32)->get() as $category) @endforeach