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

Cybersecurity Fundings

Add Funding @foreach($fundings as $f) @endforeach
Startup Round Investor Amount Country Action
{{ $f->startup_name }} {{ $f->round_type }} {{ $f->lead_investor }} ${{ number_format($f->amount,0) }} {{ $f->country }} Edit
@endsection