@extends('layouts.public') @section('content')

不動産クラファンまとめ

募集中ファンドを横断して探せます。まずは一覧へ。

新着の募集中ファンド

@forelse ($latestRecruiting as $fund)
{{ optional($fund->crowdfundingSite)->name }}
目標: ¥{{ number_format($fund->target_amount, 0) }}
現在: ¥{{ number_format($fund->current_amount, 0) }} ({{ number_format($fund->progress_rate, 1) }}%)
@empty

該当するファンドがありません。

@endforelse
ファンド一覧を見る
@endsection