@foreach($projects as $project)
@php $sustainabilities = $project->related('sustainability'); @endphp @if(!$sustainabilities->isEmpty()) @lang('frontend.a') {{ $sustainabilities->first()->title }} @lang('frontend.project') @endif
@lang('frontend.using') @foreach($project->technologies as $key => $technology) @if ($key > 0) | @endif {{ $technology->title }} @endforeach
@foreach($project->standards as $key => $standard) @if ($key > 0) | @endif {{ $standard->title }} @endforeach
@if(!empty($project->country)) @lang('frontend.in') {{ $project->country->title }} @endif