@extends('adminlte::page') @section('title', 'Forms') @section('content_header')
| # | Form | Slug | Sections | Questions | Enumerators | Active | Actions |
|---|---|---|---|---|---|---|---|
| {{ $form->sort_order }} | {{ $form->color }} {{ Str::before($form->title, ' (') }} @if($form->title_bn) {{ $form->title_bn }} @endif | {{ $form->slug }} |
{{ $form->sections()->count() }} | {{ $form->questions_count }} | {{ implode(', ', $form->submitted_by_options ?? []) }} | Sections Edit |