{{-- resources/views/agency/page/partials/section-card.blade.php --}}
@if(!$section->is_active) @endif
@if($section->subtitle || $section->content)
@if($section->subtitle)

{{ Str::limit($section->subtitle, 80) }}

@endif @if($section->content)

{{ Str::limit(strip_tags($section->content), 120) }}

@endif
@endif
Sıra: {{ $section->sort_order }} @if($section->show_on_mobile) Mobil @endif @if($section->show_on_tablet) Tablet @endif @if($section->show_on_desktop) Masaüstü @endif