@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content')
@foreach($allCategories as $category)

{{ $category->name }}

@if(count($category->subs) > 0) @endif
@endforeach
@endsection