@if(Orders::where('customer_id',$customer->id)->get())
{{Form::select('order_id',$customer->selectOrders(),$order->id,array('class'=>'form-control'))}}
@endif
{{Form::select('petition_type',FnxShop::petitions(),'',array('class'=>'form-control'))}}
{{Form::close()}}