@extends('layouts.front', [ 'menus' => [ 'features', 'contact' ] ]) @section('content') @include('front.master')

{{ trans('front.first_block.title') }}

{{ trans('front.first_block.description') }}

{{ trans('front.features.title') }}

{{ trans('front.features.description') }}


{{ config('app.name') }} dashboard

{{ trans('front.features.layers.title') }}

{{ trans('front.features.layers.description') }}

{{ trans('front.features.notebook.title') }}

{{ trans('front.features.notebook.description') }}

{{ trans('front.features.free.title') }}

{{ trans('front.features.free.description') }}

{{ trans('front.features.collaborative.title') }}

{{ trans('front.features.collaborative.description') }}

{!! trans('front.second_block.title') !!}

{{ trans('front.second_block.call_to_action') }}

{!! trans('front.contact.title', ['icon' => '']) !!}

@endsection