{{ $project->name }}
{!! BaseHelper::clean($project->name) !!}
@if($address = implode(', ', array_filter([$project->city->name, $project->state->name])))

{{ $address }}

@endif @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