<{{ $component->full_link == 1 ? 'a' : 'div' }} class="block relative h-full" href="{{ $component->full_link == 1 ? $component->btn_link : '' }}">
@if ($component->upper_st)

{!! $component->upper_st !!}

@endif @if ($component->title)

{!! $component->title !!}

@endif @if ($component->lower_st)

{!! $component->lower_st !!}

@endif @if ($component->full_link != 1 && $component->btn_text) {{ $component->btn_text }} @endif
full_link == 1 ? 'a' : 'div' }}>