{{__("messages.Edit")}} {{__("messages.Opportunity")}} {{$opportunity->name}} update
opportunity_status_id @foreach (\App\Models\OpportunityStatus::get() as $status) @endforeach {{--@if (auth()->user()->id == $opportunity->created_by ) @foreach (\App\Models\OpportunityStatus::get() as $status) @endforeach @else @foreach (\App\Models\OpportunityStatus::whereNotIn("id" ,[1,3,4])->get() as $status) @endforeach @endif--}}
@if (auth()->user()->id == $opportunity->created_by || ! $opportunity->account_id )
comment
@endif