@extends('partials.main') @section('titel') {{$post->titel}} @endsection @section('content')

{{ $post->shdescription }}

{!! $post->description !!}
@endsection