Voltar
@php $categories = DB::table('categories')->get(); $subCategories = DB::table('sub_categories')->get(); @endphp @foreach($categories as $category)
{{ $category->name }}
@foreach($subCategories as $subCategory) @if($subCategory->category_id == $category->id)
{{ $subCategory->name }}
@endif @endforeach
@endforeach
Extras
Rent Club
Moda Consciente
Sobre nós