@extends('frontend.layouts.app') @push('styles') @endpush @section('content') {{-- Hero --}}
Curated Opportunities

Investment Opportunities

Every project is research-backed and due-diligence verified before we recommend it. Choose by asset class, review the scores, read our analysis.

{{-- Filter Bar --}}
All @foreach($categories as $key => $label) {{ $label }} @endforeach
{{-- Listing --}}
{{-- Count --}}

@if($investments->total() > 0) Showing {{ $investments->firstItem() }}–{{ $investments->lastItem() }} of {{ $investments->total() }} opportunities @else No opportunities found @endif

Can't find what you need? Talk to us →
@if($investments->count()) {{-- Pagination --}} @if($investments->hasPages())
{{ $investments->links() }}
@endif @else

No opportunities in this category yet

We're constantly adding new vetted projects. Contact us to discuss your requirements.

Book a Consultation
@endif
@endsection