@if (!empty($settings['clinic_logo']) && file_exists(public_path('storage/' . $settings['clinic_logo'])))
 }})
@else
{{ __('No logo uploaded') }}
@endif
{{ __('Supported formats: JPG, PNG, SVG, WebP. Max 2MB.') }}
@error('clinic_logo')
{{ $message }}
@enderror
@if (!empty($settings['clinic_logo']))
@endif