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