@extends('client.target.partials.layout') @section('header') {{ $article->title }} - {{ env('APP_NAME') }} @endsection @section('content')

{{ $article->title }}

{!! processForShortcode($article->text) !!}
@endsection