@if($landing->features && is_array($landing->features) && count($landing->features))

FEATURES

Why people choose {{ env('APP_NAME') }}

Fast payouts, fun tasks, and a secure wallet — everything built to help you earn.

@foreach($landing->features as $f)
@if(!empty($f['icon'])) @endif
{{ $f['title'] ?? '' }}

{{ $f['description'] ?? '' }}

@endforeach
@endif