@include('partials.breadcrumbs')
@include('layouts.crmnov')

Resident Forms

Forms for {{ $resident['name'] ?? '' }}

Access and manage forms associated with this resident.
{{-- --}}
@foreach($forms as $form) @endforeach
Form Name Description Action
{{$form['name']}} {{-- @if ($form['confidential_form'] == 1) @endif --}} {{$form['description']}} {{--View--}} @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']] )) )))) @if ($form['assign_feature'] == 1) Assign @else Open @endif @endif