@php
$logoPath = public_path('/storage/' . setting('site.logo'));
if(getDisk() == 's3')
$logoPath = getStorageImage(setting('site.logo'));
@endphp
|
@php
$logoPath = public_path('/storage/' . setting('site.logo'));
if(getDisk() == 's3')
$logoPath = getStorageImage(setting('site.logo'));
@endphp
|