@extends('frontend.layouts.master') @section('page_title') {{ $tiding->translate(app()->getLocale())['title'] }} @endsection @section('head') @endsection @section('content-wrapper')

{{ $tiding->translate(app()->getLocale())['title'] }}

{{ $tiding->translate(app()->getLocale())['title'] }}

{{ \Carbon\Carbon::parse($tiding->publish_date)->format('d M Y') }}

{!! $tiding->translate(app()->getLocale())['body'] !!}

@endsection