@extends('layouts.app') @section('title', $title = __('forms.EditRecord', ['record' => $template->title])) @section('content')
@csrf @method('PATCH')
@foreach($template->Items as $key => $item) @include('templates.partial.item', [$key, $item, $devices]) @endforeach
@include('templates.partial.script') @endsection