@php $content = $post['lead'].$post['content']; $readtime = (new \Mtownsend\ReadTime\ReadTime($content))->timeOnly(true)->setTranslation([ 'minute' => '' ])->get(); @endphp
Reading time {{ $readtime }} Minutes