@extends('layouts.app') @section('content') @include('partials.navbar')
{{ \Illuminate\Support\Str::limit($fund->ai_summary ?? $fund->description, 100) }}
Read More →| # | Startup | Funding |
|---|---|---|
| {{ $index + 1 }} | {{ $item->startup_name }} | ${{ number_format($item->funding_amount) }} |
| No trending startups available | ||
| # | Country | Total Startups | Total Funding |
|---|---|---|---|
| {{ $index + 1 }} | {{ $item->country }} | {{ $item->total_startups }} | ${{ number_format($item->total_funding) }} |
| No data available | |||
No news available.
@endforelse