@extends('backend.layouts.split') @section('title', 'Edit Template' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content') {{ html()->modelForm($template, 'PATCH', route('admin.auth.template.update', $template->id))->class('form-actions top')->open() }}