@extends('layouts.app') @section('content')
| Investor | Company | Country | Sector | Amount | Year | Actions |
|---|---|---|---|---|---|---|
| {{ $record->investor_name }} | {{ $record->company_name }} | {{ $record->country }} | {{ $record->sector }} | ${{ number_format($record->funding_amount) }} | {{ $record->funding_year }} | {{-- Edit --}} Edit {{-- Delete --}} |
| No records found | ||||||