{{Form::select('selection[LeadOwner]', $columns,(isset($attrselection->LeadOwner)?$attrselection->LeadOwner:''),array("class"=>"select2 small"))}}
{{Form::select('selection[AccountName]', $columns,(isset($attrselection->AccountName)?$attrselection->AccountName:''),array("class"=>"select2 small"))}}
{{Form::select('selection[NamePrefix]', $columns,(isset($attrselection->NamePrefix)?$attrselection->NamePrefix:''),array("class"=>"select2 small"))}}
{{Form::select('selection[FirstName]', $columns,(isset($attrselection->FirstName)?$attrselection->FirstName:''),array("class"=>"select2 small"))}}
{{Form::select('selection[LastName]', $columns,(isset($attrselection->LastName)?$attrselection->LastName:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Email]', $columns,(isset($attrselection->Email)?$attrselection->Email:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Phone]', $columns,(isset($attrselection->Phone)?$attrselection->Phone:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Mobile]', $columns,(isset($attrselection->Mobile)?$attrselection->Mobile:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Fax]', $columns,(isset($attrselection->Fax)?$attrselection->Fax:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Address1]', $columns,(isset($attrselection->Address1)?$attrselection->Address1:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Address2]', $columns,(isset($attrselection->Address2)?$attrselection->Address2:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Address3]', $columns,(isset($attrselection->Address3)?$attrselection->Address3:''),array("class"=>"select2 small"))}}
{{Form::select('selection[City]', $columns,(isset($attrselection->City)?$attrselection->City:''),array("class"=>"select2 small"))}}
{{Form::select('selection[PostCode]', $columns,(isset($attrselection->PostCode)?$attrselection->PostCode:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Country]', $columns,(isset($attrselection->Country)?$attrselection->Country:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Website]', $columns,(isset($attrselection->Website)?$attrselection->Website:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Employee]', $columns,(isset($attrselection->Employee)?$attrselection->Employee:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Skype]', $columns,(isset($attrselection->Skype)?$attrselection->Skype:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Twitter]', $columns,(isset($attrselection->Twitter)?$attrselection->Twitter:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Description]', $columns,(isset($attrselection->Description)?$attrselection->Description:''),array("class"=>"select2 small"))}}
{{Form::select('selection[VatNumber]', $columns,(isset($attrselection->VatNumber)?$attrselection->VatNumber:''),array("class"=>"select2 small"))}}
{{Form::select('selection[tags]', $columns,(isset($attrselection->tags)?$attrselection->tags:''),array("class"=>"select2 small"))}}
{{Form::select('selection[LeadStatus]', $columns,(isset($attrselection->LeadStatus)?$attrselection->LeadStatus:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Currency]', $columns,(isset($attrselection->Currency)?$attrselection->Currency:''),array("class"=>"select2 small"))}}
{{Form::select('selection[LeadSource]', $columns,(isset($attrselection->LeadSource)?$attrselection->LeadSource:''),array("class"=>"select2 small"))}}
{{Form::select('selection[OpportunityName]', $columns,(isset($attrselection->OpportunityName)?$attrselection->OpportunityName:''),array("class"=>"select2 small"))}}
{{Form::select('selection[OpportunityBoard]', $columns,(isset($attrselection->OpportunityBoard)?$attrselection->OpportunityBoard:''),array("class"=>"select2 small"))}}
{{Form::select('selection[OpportunityValue]', $columns,(isset($attrselection->OpportunityValue)?$attrselection->OpportunityValue:''),array("class"=>"select2 small"))}}
{{Form::select('selection[OpportunityTags]', $columns,(isset($attrselection->OpportunityTags)?$attrselection->OpportunityTags:''),array("class"=>"select2 small"))}}