@extends('layouts.core.frontend_dark') @section('title', trans('messages.edit_template')) @section('head') @endsection @section('menu_title')
  • alarm
  • @endsection @section('menu_right')
  • close
  • @endsection @section('content')
    {{ csrf_field() }}
    @include('helpers.form_control', ['type' => 'textarea', 'class' => 'template-editor', 'name' => 'html', 'label' => '', 'value' => $campaign->template->content, 'rules' => [], 'help_class' => 'campaign' ])
    @endsection