@use('Illuminate\Support\Facades\Storage') {{ __('ui.branding_title') }}
@csrf {{-- Logo --}}
@if ($logoPath)

{{ __('ui.branding_logo_current') }}

{{ __('ui.branding_logo') }}
@endif

{{ __('ui.branding_logo_help') }}

@error('company_logo')

{{ $message }}

@enderror
@if ($logoPath)
@csrf @method('DELETE')
@endif