@extends('layouts.layout') @section('title') {{ $post->getTransTitle() }} @stop @section('content')
{{ $post->category }}


{!! $post->getTransText() !!}

{{ __('Poprzednie publikacje') }}

@stop