Plantation Certificate Plantation Certificate
@if ($plantation && $plantation->count() > 0) @foreach ($plantation as $plantations) @endforeach @else @endif
sr Person/Ngo Name Email 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.
{{-- Add --}}