| Form Name | Status | Used For | Description | Action |
|---|---|---|---|---|
| {{$form['name']}} | @if($form['status'] == 1) {{ 'Released' }} @elseif($form['status'] == 2) {{ 'Deactive' }} @else {{ 'Draft' }} @endif | {{$form['type']}} | {!! $form['description'] !!} | View Duplicate @if($form->company_id != $superAdminCompanyId) Edit Delete | @endif
| No records found | ||||