@php $company = $company ?? null; @endphp

{{ __('Contact person') }}

@if ($company?->logoUrl()) {{ $company->name }} @else @endif

{{ __('Shown at the top left of the site.') }} @if ($company) {{ __('Leave empty to keep the current logo.') }} @endif

{{ __('Billing') }}

@php $accountingMethod = old('accounting_method', $company->accounting_method ?? 'cash'); @endphp