@if(isset($media_id))
{!! sw_media($media_id, ['w' => 800, 'alt' => $alt ?? '']) !!} @if(isset($text) && !empty($text))
{{ $text }}
@endif
@endif