@extends('cms::layouts/dashboard') @section('dashboard-content')

{{ config('hellotree.home_title') }}

@if (config('hellotree.home_content')) {!! config('hellotree.home_content') !!} @endif
@endsection