@php
$logo = $biller->logo;
$isStored = $logo && \Illuminate\Support\Facades\Storage::disk('public')->exists($logo);
$isUrl = $logo && \Illuminate\Support\Str::startsWith($logo, ['http://','https://']);
@endphp
@if($isStored)
 }})
@elseif($isUrl)

@else

@endif