@extends('layout') @section('content')
{!! csrf_field() !!} @foreach($template->properties as $property) @include('templater.form_controls.'.$property->type) @endforeach
@endsection