{!! $project->content !!}
{{-- @if($project->location_lat)
@endif --}}
@lang('frontend.location')
@if($project->country)
{{ $project->country->title }}
@endif
@lang('frontend.type')
@foreach($project->technologies as $key => $technology) {{ $technology->title }} @endforeach
@if($project->projectLinks->count() > 0)
@lang('frontend.registry')
@foreach($project->projectLinks as $projectLink) {{ $projectLink->title }} @endforeach
@endif @if($project->standards->count() > 0)
@lang('frontend.standards')
@foreach($project->standards as $key => $standard) @if(!empty($standard->logoImage->filename)) {{ htmlentities($standard->title) }} @endif @endforeach
@endif