{{ $spa->title }}

@foreach ($spa->categories as $category)
{{ $category->title }}
@endforeach @foreach ($spa->branches as $branch)
{{ $branch->title }} @if ($branch->floor) {{ $branch->floor->building->title }} - @lang('global.floor') {{ $branch->floor->title }} @if ($branch->description) - @endif @endif {!! $branch->description !!}
@if ($branch->working_times->isNotEmpty())
@endif
@if ($branch->link) @endif @if ($branch->settings->portfolio->menu->is_active ?? true) @endif @if ($branch->latitude && $branch->longitude) @endif
@endforeach