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

All Investments

@foreach ($investments as $investment) @endforeach
No Invested Investment On Deal Name Deal Start Date Deal Close Date
{{ $loop->iteration }} {{ $investment->invested_amt }} {{ $investment->invested_on }} {{ $investment->deals->deal_name }} {{ $investment->deals->start_date }} {{ $investment->deals->end_date }}
@endsection