@extends('front.layouts.app') @section('content') {{--
{{ \App\Helpers\TranslationHelper::translate('This content will be available soon') }}
{{ setting('title_tow', app()->getLocale()) }}
{{ Str::words(strip_tags($blog->description), 30, '...') }}