@extends('template.main-emka') @section('css') @endsection @section('content')

{!! $content->section_feature_big_title !!}

{!! $content->section_feature_small_title !!}

@if(!empty($features)) @php $no = 1; @endphp @foreach($features as $f)
@php $no++; @endphp @endforeach @endif
@endsection @section('js') @endsection