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

All Investors

@foreach($investors as $inv)
{{ $inv->name }}
{{ $inv->type }} View →
@endforeach
@endsection