@extends('layouts.app') @section('title', 'Settings — Field Templates') @section('page-title', 'Property Field Templates') @section('content')
| Field Label | Field Key | Type | Required | Condition | Actions | |
|---|---|---|---|---|---|---|
| {{ $tmpl->field_label }} | {{ $tmpl->field_key }} |
{{ $fieldTypes[$tmpl->field_type] ?? $tmpl->field_type }} @if($tmpl->field_type === 'select' && !empty($tmpl->options)) ({{ count($tmpl->options) }} options) @endif | @if($tmpl->is_required) @else @endif | @if($parentLabel) {{ $parentLabel }} = {{ $tmpl->show_if_value }} @else — @endif | ||
| No fields defined for this property type yet. | ||||||