@if($isSvg) {{-- If the image source is an SVG, output it directly --}}
{!! file_get_contents(public_path($src)) !!}
@else {{-- For other image types, use the standard tag --}} {{ $alt }} @endif