目標金額: ¥{{ number_format($fund->target_amount, 0) }}
現在金額: ¥{{ number_format($fund->current_amount, 0) }} ({{ number_format($fund->progress_rate, 1) }}%)
最低投資額: {{ $fund->minimum_investment ? '¥' . number_format($fund->minimum_investment, 0) : '-' }}
予定利回り: {{ $fund->expected_return_rate ? number_format($fund->expected_return_rate, 2) . '%' : '-' }}
投資期間: {{ $fund->investment_period_months ? $fund->investment_period_months . 'ヶ月' : '-' }}
開始: {{ $fund->start_date ? $fund->start_date->format('Y-m-d H:i') : '-' }}
終了: {{ $fund->end_date ? $fund->end_date->format('Y-m-d H:i') : '-' }}
申込期限: {{ $fund->deadline ? $fund->deadline->format('Y-m-d H:i') : '-' }}
所在地: {{ $fund->property_prefecture }} {{ $fund->property_address_detail }}
物件種別: {{ $fund->property_type }}
運用状況: {{ $fund->operation_status }}
ステータス: {{ $fund->status }}
@if($fund->url)
@endif
@auth
@endauth