@extends('theme.default.layouts.website') @section('header')

{{ _lang('Features') }}

@endsection @section('content')

{{ _lang('Core Features') }}

{{ _lang('Stop wasting time and money designing and managing a website that does not get results. Happiness guaranteed!') }}

@foreach(\App\Feature::all() as $feature)
{!! strip_tags(get_array_data($feature->icon),'') !!}

{{ get_array_data($feature->title) }}

{{ get_array_data($feature->content) }}

@endforeach
@endsection