@php( $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( '', $headerOption['subTitle'] ?? '', [], [], false, [] )) @extends('admin.layouts.layout', $headerOption) @section('content')
No form groups yet. Create a group to organize your web forms.
Create First Group| Form Name | Type | E-Sign Docs | Status | Fields | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $form->name }} | {{ $form->getFormTypeLabel() }} | @foreach($form->esignMaps as $map) @if($map->document) {{ $map->document->title }} @endif @endforeach | @if($form->status) Active @else Inactive @endif | {{ $form->fields_count }} | {{ $form->created_at ? $form->created_at->format('M d, Y') : '—' }} |