@include('partials.breadcrumbs')
@include('layouts.crmnov')
Spends Log For {{$resident['first_name']}}
{{$resident['middle_name']}} {{$resident['surname']}}
@if($role == 'admin' || (((isset($perm['resident'][$resident['id']]) &&
($perm['resident'][$resident['id']]==1)) || ((isset($resident['home_id']) &&
(isset($perm['resident']['bulk_'.$resident['home_id']])) &&
($perm['resident']['bulk_'.$resident['home_id']]==1)) &&
((isset($perm['resident'][$resident['id']]) && ($perm['resident'][$resident['id']] == 1)) ||
!isset($perm['resident'][$resident['id']] ))) || (
(
(isset($perm['resident']['bulk']))
&&
($perm['resident']['bulk'] == 1)
)
&&
((isset($perm['resident'][$resident['id']]) && ($perm['resident'][$resident['id']] == 1)) ||
!isset($perm['resident'][$resident['id']] )) )) && $role!='visitor'))
@endif
Current Weekly Total
£{{$week}}
Current Monthly Total
£{{$monthly}}
All Time Total
£{{$total}}