{{ config('global.site_name',env('APP_NAME')) }}

{{ $post->title }}

{{ $post->headline }}

{!! $post->body !!}

{{ __('Read the full post') }} {{ __('here') }}.