{!! Form::text('name', Input::old('name'), array('id'=> 'name', 'class' => 'form-control', 'required' => 'true')) !!}
{!! Form::number('order_no', Input::old('order_no'), array('id'=> 'order_no', 'class' => 'form-control')) !!}
@if(isset($target)) @if($target->logo!=null) @else @endif @else @endif
@section('js') @stop