| Date | Activity | Area Office | Location | Map Coordinates | Remarks | Attachment |
|---|---|---|---|---|---|---|
| {{ $actv->date ? $actv->date . ' ' . $actv->time : ($actv->created_at ? $actv->created_at : 'N/A')}} | {{ $actv->activityType ? $actv->activityType->name : 'N/A' }} | {{ $actv->cp ? ($actv->cp->area_office ? $actv->cp->area_office->name : 'N/A') : ($actv->ao ? $actv->ao->name : 'N/A') }} | {{ $actv->cp ? $actv->cp->name : ($actv->new_development ? $actv->new_development : 'N/A') }} | View On Map | {{ $actv->remarks ? $actv->remarks : 'N/A' }} |
{{-- |