@if($config['widgets']['loading_show_logo'] ?? true)
@php
$logoLight = $config['appearance']['logo_light'] ?? false;
$logoDark = $config['appearance']['logo_dark'] ?? false;
@endphp
@if($logoLight || $logoDark)
@if($logoLight)
 }})
@endif
@if($logoDark)
 }})
@elseif($logoLight)
 }})
@endif
@endif
@endif
@php
$animation = $config['widgets']['loading_animation'] ?? 'spinner';
@endphp
@if($animation === 'spinner')
@elseif($animation === 'dots')
@elseif($animation === 'progress')
@elseif($animation === 'pulse')
@endif
@if($config['widgets']['loading_show_heading'] ?? true)
{{ $config['widgets']['loading_heading'] ?? 'Loading...' }}
@endif
@if($config['widgets']['loading_show_subtext'] ?? false)
{{ $config['widgets']['loading_subtext'] ?? 'Please wait...' }}
@endif