{{Form::select('Sources',array( "all"=>"All","selected"=>"Selected"),$rategenerator->Sources , array("class"=>"select2 small","id"=>'Sourcess'))}}
@if(count($vendors)) @foreach($vendors as $vendor) @endforeach @endif
Vendor
{{Form::checkbox("AccountIds[]" , $vendor->AccountID , (in_array($vendor->AccountID, $rategenerator_sources))?True:FALSE ) }}
{{$vendor->AccountName}}
{{--


--}}