@php $homeFormsName = 'Home'; if (isset($homes)) { foreach ($homes as $home) { if ($home['id'] == $homeId) { $homeFormsName = $home['name']; break; } } } @endphp
@include('partials.breadcrumbs')
@include('layouts.crmnov')

Home Forms

Home Forms for {{ $homeFormsName }}

Access and manage forms associated with this home.
{{----}}
@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['home'][$homeId]) && ($perm['home'][$homeId]==1)) || ($perm['home']['bulk']==1)))) @if ($form['assign_feature'] == 1) Open @else Open @endif @endif