@php // Get the App's Logo $logoImgStyle = 'width:auto; height:40px; margin:0 5px 0 0;'; $logoImg = ''; try { if (is_link(public_path('storage'))) { $disk = \App\Helpers\Files\Storage\StorageDisk::getDisk(); $defaultLogo = config('larapen.media.logo'); if (!empty($defaultLogo) && $disk->exists($defaultLogo)) { $logoUrl = $disk->url($defaultLogo); $logoImg = ''; } } } catch (\Throwable $e) {} @endphp Update
{!! $logoImg !!}
{{ csrf_field() }}

This might take several minutes, please don't close this browser tab while update is in progress.