@extends('frontend.layouts.app') @section('title') {{ $post->title }} @stop @section('content')
{{ $post->date }}
{{ $post->translate(app()->getLocale())->body }}
{{ \Illuminate\Support\Str::limit($previous->title, 80) }}
{{ \Illuminate\Support\Str::limit($next->title, 80) }}