@extends('frontend.layouts.master') @section('page_title') {{ __('tidings.title-pimeef') }} @endsection @section('head') @endsection @section('content-wrapper')
{!! substr(strip_tags($tiding->translate(app()->getLocale())['body']), 0, 100) . '....'; !!}
{{ __('tidings.read-more') }}