@section('footer_ext') @parent
×
Add New Opportunity
Account Owner *
{{Form::select('UserID',$account_owners,'',array("class"=>"select2",$disabled))}}
Opportunity Name *
Rate This
Lead/Account
{{Form::select('leadOrAccount',$leadaccount,$leadOrAccountCheck,array("class"=>"select2 small"))}}
Existing Lead
{{Form::select('leadcheck',$leadcheck,$leadOrAccountExist,array("class"=>"select2 small"))}}
{{ucfirst($leadOrAccountCheck)}}
{{Form::select('AccountID',$leadOrAccount,$leadOrAccountID,array("class"=>"select2",$disabled))}}
First Name*
{{Form::select('Title', $NamePrefix_array, '' ,array("class"=>"select2 small",'style'=>'min-width:75px;'))}}
Last Name*
Company*
Phone Number
Email Address*
Status
{{Form::select('Status', Opportunity::$status, '' ,array("class"=>"select2 small"))}}
Select Board*
{{Form::select('BoardID',CRMBoard::getBoards(),'',array("class"=>"select2 small"))}}
Tags
Value
Expected Close Date
Currency
{{Form::select('CurrencyId', $currency, '' ,array("class"=>"form-control select2 small"))}}
@stop