@extends('layouts.admin') @section('title', $template->template_name) @section('page-title', $template->template_name) @section('content')
| # | Field name | Label | Type | Unit | Required |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $f->field_name }} | {{ $f->label }} | {{ $f->input_type }} | {{ $f->unit ?? '-' }} | {{ $f->is_required ? 'Yes' : 'No' }} |