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