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

@elseif($p)
{{ $p }}
@else
No logo
@endif
{{ $bank->name }}
Slug: {{ $bank->slug }}
{{ $bank->is_active ? 'Active' : 'Inactive' }}