{{Form::select('selection[AccountNumber]', $columns,(isset($attrselection->AccountNumber)?$attrselection->AccountNumber:''),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[Phone]', $columns, (isset($attrselection->Phone)?$attrselection->Phone:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Email]', $columns, (isset($attrselection->Email)?$attrselection->Email:''),array("class"=>"select2 small"))}}
{{Form::select('selection[BillingEmail]', $columns, (isset($attrselection->BillingEmail)?$attrselection->BillingEmail:''),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[Pincode]', $columns, (isset($attrselection->Pincode)?$attrselection->Pincode:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Country]', $columns, (isset($attrselection->Country)?$attrselection->Country:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Currency]', $columns, (isset($attrselection->Currency)?$attrselection->Currency:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Employee]', $columns, (isset($attrselection->Employee)?$attrselection->Employee:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Website]', $columns, (isset($attrselection->Website)?$attrselection->Website:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Fax]', $columns, (isset($attrselection->Fax)?$attrselection->Fax:''),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[AccountOwner]', $columns, (isset($attrselection->AccountOwner)?$attrselection->AccountOwner:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Vendor]', $columns, (isset($attrselection->Vendor)?$attrselection->Vendor:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Customer]', $columns, (isset($attrselection->Customer)?$attrselection->Customer:''),array("class"=>"select2 small"))}}