@props([ 'title' => __('home.why.title'), 'subtitle' => __('home.why.subtitle'), 'features' => [ [ 'icon' => 'flaticon-high-five', 'title' => __('home.why.features.trusted.title'), 'description' => __('home.why.features.trusted.description') ], [ 'icon' => 'flaticon-home-1', 'title' => __('home.why.features.range.title'), 'description' => __('home.why.features.range.description') ], [ 'icon' => 'flaticon-profit', 'title' => __('home.why.features.financing.title'), 'description' => __('home.why.features.financing.description') ], ] ])

{{ $title }}

{{ $subtitle }}

@foreach($features as $feature)

{{ $feature['title'] }}

{{ $feature['description'] }}

@endforeach