{{Form::select('selection[AccountName]', $columns,(isset($attrselection->AccountName)?$attrselection->AccountName:''),array("class"=>"select2 small"))}}
{{Form::select('selection[PaymentDate]', $columns,(isset($attrselection->PaymentDate)?$attrselection->PaymentDate:''),array("class"=>"select2 small"))}}
{{Form::select('selection[PaymentMethod]', $columns,(isset($attrselection->PaymentMethod)?$attrselection->PaymentMethod:''),array("class"=>"select2 small"))}}
{{Form::select('selection[PaymentType]', $columns,(isset($attrselection->PaymentType)?$attrselection->PaymentType:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Amount]', $columns,(isset($attrselection->Amount)?$attrselection->Amount:''),array("class"=>"select2 small"))}}
{{Form::select('selection[InvoiceNo]', $columns,(isset($attrselection->InvoiceNo)?$attrselection->InvoiceNo:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Notes]', $columns,(isset($attrselection->Notes)?$attrselection->Notes:''),array("class"=>"select2 small"))}}
{{Form::select('selection[DateFormat]',Company::$date_format ,(isset($attrselection->DateFormat)?$attrselection->DateFormat:''),array("class"=>"select2 small"))}}