@extends('layouts.black') @section('title', trans('messages.edit_template')) @section('page_script') @endsection @section('content')
{{ csrf_field() }}
@include('helpers.form_control', [ 'class' => 'campaign-plain-text', 'required' => true, 'label' => '', 'type' => 'textarea', 'name' => 'plain', 'value' => $email->plain, 'rules' => ['plain' => 'required'] ])
@endsection