@include('partials.breadcrumbs')

Activity Requested @include('layouts.crmnov')

@forelse($data as $activity) @empty @endforelse
Name Home Name Date Attending No Of Staff Total Cost Action
{{ucwords($activity->getHomeActivitiesName($activity['home_activities_id']))}} {{ucwords($activity->getHomeName($activity['home_id']))}} @if(isset($activity['date_planned'])) {{date(config('choicescrm.date_format_forms'), strtotime($activity['date_planned']))}} @endif {{ucwords($activity->getallresident($activity['id']))}} {{$activity['staff_attending_no']}} {{$activity['total_cost']}}
@if(isset($activity['approved'])) @if($activity['approved'] == 1) @elseif($activity['approved'] == 0) @endif @else @endif