Agent Forms List
| S.N. | Name | Number | District | Display Order | Address | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $agentForm->name }} | {{ $agentForm->number }} | {{ $agentForm->district->name }} | {{ $agentForm->display_order }} | {{ Str::limit($agentForm->address, 30) }} | @if ($agentForm->is_processed) Published @else Draft @endif |