{!! Form::label('title', 'Title', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('title', null, ["placeholder" => "e.g. University Level", "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'title'])
@if (isset($data['row'])) @foreach($data['grade_scale'] as $grade_scale) @include($view_path.'.includes.grade_tr_edit', ['attribute_groups' => $data['grade_scale'],'attribute' => $grade_scale]) @endforeach @endif
Name From(%) To(%) Point Desc.