@extends('index') @section('main')

{!! \App\Helpers\Helper::htmlTags(nl2br($page->extra_i18n->top->header ?? ''), [[ 's', 'strong', '']]) !!}

@if(!empty($news))
@endif @endsection