@extends('web.layouts.main') @section('content') @include('web.components.counter')
{{ $section->title }}
{!! $section->text !!}
@endsection