@if($projectRegion || $projectCountry)
@if($projectRegion){{ $projectRegion }}@endif
@if($projectRegion && $projectCountry)
@endif
@if($projectCountry){{ $projectCountry }}@endif
@endif
{{ $projectTitle }}
@if($project->estimated_cost)
{{ App::getLocale() == 'es' ? 'Costo estimado: $' : 'Estimated Cost: $' }}{{ $project->estimated_cost }}
@endif