Grant Details

{{$projectDetails->name}}
@if($grantInvestments) @foreach($grantInvestments as $key => $grant) @php $createdAt = Carbon\Carbon::parse($grant->created_at); $investedDate = $createdAt->format('d M, Y'); @endphp @if ($key % 2 == 0)

{{$grant->investor->name}}

{{$investedDate}}

{{$grant->amount}}

@else

{{$grant->investor->name}}

{{$investedDate}}

{{$grant->amount}}

@endif @endforeach @endif