{{__('messages.add opportunity')}} add
@if ($account_type ==null)
lead_source_id .defer @foreach (\App\Models\LeadSource::orderBy("name","asc")->get() as $main) @endforeach
@endif
opportunity_type_id .defer @foreach (\App\Models\OpportunityType::all() as $type) @endforeach
@can('assign opportunities')
team_id getTeamUsers @foreach (Auth::user()->allTeams () as $teams) @endforeach
assigned_to .defer @foreach ( $team_users as $team_user) @endforeach
@endcan
currency_id .defer @foreach ( \App\Models\Currency::all() as $currency) @endforeach
@if ($account_type == null)
@livewire('opportunity-account-search-component' ,["screen" => "create"] ,key("account_search_id"))
@endif
comment