{{-- 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 --}}
@php
$parent_categories = DB::table('categories')->where('parent_id', 0)->latest('id')->get();
$current_route = Route::currentRouteName();
@endphp
@push('js')
@endpush