{{ $charity->title }}

@foreach ($charity->categories as $category)
{{ $category->title }}
@endforeach @foreach ($charity->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 && $branch->is_link_active_on_modal) @endif @if ($branch->settings->portfolio->menu->is_active ?? true) @endif @if ($branch->latitude && $branch->longitude) @endif
@endforeach