@extends ('site::public.layout') @section('content')

{!! $section_data['title'] !!} @if( $section_data['title_secondary']!='' )
{!! $section_data['title_secondary'] !!} @endif

{!! $section_data['excerpt'] !!}
{!! $section_data['content'] !!}
@stop