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

Investor Funding

+ Create Funding
{{-- FILTER FORM --}}
{{-- TABLE --}}
@forelse($records as $record) @empty @endforelse
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 --}}
@csrf @method('DELETE')
No records found


@endsection