@extends('layouts.app') @push('styles') @endpush @section('content') @include('partials.navbar')
{{ $investor->description ?? 'No description available for this investor.' }}
| # | Lead Investor | Recipient | Industry | Country | Company Type | Year | Round | Amount | Investor Website | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
{{ $item->investor_name }}
|
{{ $item->company_name }} | {{ $item->industry }} | {{ $item->country }} | {{ $item->company_type }} | {{ $item->funding_year }} | {{ $item->funding_round }} | ${{ number_format($item->funding_amount) }} | @if ($item->company_website) Visit Website @else N/A @endif | {{--@if ($investor->website) VIEW @endif | --}}
| No funding records found | ||||||||||