@extends('layouts.front', [ 'title' => trans('front.menu.features'), 'menus' => [ 'features', ], 'menu_js' => false, ]) @section('content')

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

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

{{ 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.features.public.title') }}

{!! trans('front.features.public.description', ['url' => route('public_campaigns')]) !!}

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

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

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

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

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

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

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

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

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

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

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

{!! trans('front.features.api.description', ['link' => link_to('/docs/1.0', __('front.features.api.link')) ]) !!}

@endsection