{{ Form::open(array('url' => 'email_template','method' =>'post')) }}
{{Form::label('name',__('Name'))}} {{Form::text('name',null,array('class'=>'form-control font-style','required'=>'required'))}}
{{ Form::label('keyword', __('Keyword'),['class' => 'form-control-label']) }} {{ __('Seprated By Comma') }} {{ Form::text('keyword', null, ['class' => 'form-control','data-toggle' => 'tags','placeholder' => __('Type here...'),]) }}
{{Form::submit(__('Create'),array('class'=>'btn btn-sm btn-primary rounded-pill'))}}
{{ Form::close() }}