@extends($layout) @section('header_scripts') @stop @section('custom_div')
@stop @section('content')

{{ $title }}

{{ Form::label('element', getphrase('element_id')) }} * {{ Form::text('elements', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => '#element_id', 'ng-model' => 'element' )) }}
{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('title'), 'ng-model' => 'title' ))}}
{{ Form::label('placement', getphrase('placement')) }} *
{{ Form::label('content', getphrase('content')) }} * {{ Form::text('content', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('content'), 'ng-model'=> 'content' ))}}
{{ Form::label('sort_order', getphrase('sort_order')) }} * {{ Form::text('sort_order', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('sort_order'), 'ng-model'=> 'sort_order' ))}}
{!! Form::open(array('url' => URL_MODULEHELPERS_ADD_STEPS.$record->slug, 'method' => 'PATCH', 'novalidate'=>'','name'=>'formSettings ', 'files'=>'true')) !!}
{{getPhrase('sno')}} {{getPhrase('element')}} {{getPhrase('title')}} {{getPhrase('content')}} {{getPhrase('placement')}} {{getPhrase('action')}}
No Data Available
{!! Form::close() !!}
@endsection @section('custom_div_end')
@stop @section('footer_scripts') @include('mastersettings.module-helper.scripts.js-scripts') @stop