| {{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
|
@empty
@endforelse