@extends('layouts.app') @php $fmtDate = function ($value, string $format = 'M j, Y H:i') { if (empty($value)) return '—'; try { return \Illuminate\Support\Carbon::parse($value)->format($format); } catch (\Throwable $e) { return (string) $value; } }; @endphp @section('title', $template->template_code . ' — ' . $template->name) @section('content')
{!! nl2br(e($template->description)) !!}
@endifCreated: {{ $fmtDate($template->created_at) }}
| Min RPN | Max RPN | Level | Action |
|---|---|---|---|
| {{ $band['min'] }} | {{ $band['max'] }} | {{ $band['level'] }} | {{ $band['action'] ?? '—' }} |
| Key | Label | Type | Required | Options |
|---|---|---|---|---|
{{ $f->field_key }} |
{{ $f->label }} | {{ $f->field_type->label() }} | {{ $f->is_required ? 'Yes' : 'No' }} | {{ $f->options ? implode(', ', $f->options) : '—' }} |