{{ Form::label( 'title', trans('templates.title'),['class' => 'col-lg-2 control-label']) }}
{{ Form::text('title', null, ['class' => 'form-control round', 'placeholder' => trans('templates.title')]) }}
{{ Form::label( 'body', trans('templates.body'),['class' => 'col-lg-2 control-label']) }}
{{ Form::textarea('body', null, ['class' => 'form-control round html_editor', 'placeholder' => trans('templates.body'),'rows'=>15]) }}
@section("after-scripts")