@extends("front.$version.layout") @section('pagename','- All Rss') @section('meta-keywords', "$be->rss_meta_keywords") @section('meta-description', "$be->rss_meta_description") @section('breadcrumb-title', $be->rss_title) @section('breadcrumb-subtitle', $be->rss_subtitle) @section('breadcrumb-link', __('Latest RSS Feeds')) @section('content')
{{__('By')}} {{$post->category->feed_name}} | {{$postDate}}
{!! (strlen(strip_tags($post->description)) > 100) ? mb_substr(strip_tags($post->description), 0, 100, 'utf-8') . '...' : strip_tags($post->description) !!}
{{__('Read More')}}