| sr | Person/Ngo Name | Photo | |||
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $plantations->person_name }} | {{ $plantations->email }} |
@php
$photos = json_decode($plantations->ngo_photos, true);
@endphp
@if (is_array($photos))
@foreach ($photos as $index => $photo)
View Photo {{ $index + 1 }}
@endforeach @else Invalid photo format @endif |
||
| No tree plantation requests found. | |||||