@if ($categories->count() > 0)

{{ $homeSection->trans->name }}

@if ($homeSection->description)

{{ $homeSection->trans->description }}

@endif
@foreach ($categories as $category) @endforeach
@endif