{!! BaseHelper::clean($project->name) !!}
{{ implode(', ', array_filter([$project->city->name, $project->state->name])) }}
@if ($project->price_from || $project->price_to)
{{ __('Price') }}: @if ($project->price_from) {{ __('From') }} {{ format_price($project->price_from, $project->currency) }} @endif @if ($project->price_to) - {{ format_price($project->price_to, $project->currency) }} @endif
@endif