@include('content::public.content.partial.header')
@include('content::public.content.partial.aside')
{{$content->title}}

{!! $content['heading_keyword'] !!}

{!! $content['heading_text'] !!}
{!! Form::text('heading_keyword') -> label(trans('content::content.label.heading_keyword')) -> required() -> placeholder(trans('content::content.placeholder.heading_keyword'))!!}
{!! Form::text('heading_text') -> label(trans('content::content.label.heading_text')) -> required() -> placeholder(trans('content::content.placeholder.heading_text'))!!}