{!! Form::text('name', Input::old('name'), array('id'=> 'name', 'class' => 'form-control', 'required' => 'true')) !!}
member_type)) {!! in_array(1,explode(',',$target->member_type) ) ? 'checked="checked"':null !!} @endif> member_type)) {!! in_array(2,explode(',',$target->member_type) ) ? 'checked="checked"':null !!} @endif>
{!! Form::number('order_no', Input::old('order_no'), array('id'=> 'order_no', 'class' => 'form-control')) !!}
{!! Form::select('status_id', array('1' => 'Active', '2' => 'Inactive'), Input::old('status_id'), array('class' => 'selectpicker form-control', 'id' => 'status_id'))!!}
@if(isset($target)) @if($target->logo!=null) @else @endif @else @endif
@section('js') @stop