@if(! ($editing ?? true))
@if($this->company?->exists)
{{ __('Company') }}: {{ $company->name }}
@endif

@endif @if($showAgencyInput ?? false) @endif
@if($editing ?? false)
@endif



@if(auth()->user()->is_bo && ($editing ?? false))
@endif
@if((auth()->user()->hasRole('admin') && $this->user->exists) || (auth()->user()->is_bo && (! $this->user->exists || ! $this->user->active)))
@endif @if(! ($editing ?? false))
@endif