@extends('layouts.app') @section('title') @php echo $metatags @endphp @endsection @section('content')
{!! \Illuminate\Support\Str::limit(strip_tags($blog->{'text_'.$lang}), 50) !!}