List All Forms

@if(!empty($data)) @forelse($data as $form) @endif @empty @endforelse @endif
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
No records found
{{ $data->links() }}