@extends('layouts.app') @section('metas') @endsection @section('content')
{!! mb_strimwidth(strip_tags($editorial->content), 0, 800, '...') !!}