Basic Information
{!! Form::label('parent_id', 'Select Category:') !!}
{!! Form::hidden('category', null, ['id' => 'category']) !!}
{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter product name ...', 'onblur' => 'ajax_request();']) !!}
{!! Form::label('slug', 'Slug:') !!} {!! Form::text('slug', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter slug ...']) !!} @if($data['cmd'] == 'edit') @endif
{!! Form::label('sku', 'SKU:') !!} {!! Form::text('sku', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter SKU ...']) !!}
{!! Form::label('', 'Type:') !!}
{!! Form::label('', 'Surgical Set Product:') !!}
{!! Form::label('', 'Top Selling:') !!}
{!! Form::hidden('cmd', 'slug') !!} {!! Form::hidden('table', 'product') !!} {!! Form::hidden('step', '1') !!} @if($data['cmd'] == 'edit') @push('after-scripts') @endpush @endif @push('after-styles') @endpush @push('after-scripts') @endpush