@extends('frontend.layouts.master') @section('page_title') {{ $tiding->translate(app()->getLocale())['title'] }} @endsection @section('head') @endsection @section('content-wrapper')
{{ \Carbon\Carbon::parse($tiding->publish_date)->format('d M Y') }}
{!! $tiding->translate(app()->getLocale())['body'] !!}