@extends("front.$version.layout") @section('pagename') - {{convertUtf8($post->title)}} @endsection @section('breadcrumb-title', convertUtf8($bs->rss_details_title)) @section('breadcrumb-subtitle', strlen($post->title) > 30 ? mb_substr($post->title, 0, 30, 'utf-8') . '...' : $post->title) @section('breadcrumb-link', __('RSS Feed Details')) @section('content')