@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.email_template.edit_email_template')

{{ csrf_field() }} {{ method_field('PUT') }}
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $email_template->content_keywords }}
@if($email_template->is_request)
@endif
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection