@extends('front.default.layout') @section('pagename','- All Rss') @section('meta-keywords', "$be->blogs_meta_keywords") @section('meta-description', "$be->blogs_meta_description") @section('breadcrumb-title', __('RSS')) @section('breadcrumb-subtitle', __('RSS Feeds')) @section('breadcrumb-link', __('Latest rss')) @section('content')
{{__('By')}} {{__('Admin')}} | {{$postDate}}
{!! (strlen(strip_tags(convertUtf8($post->description))) > 100) ? substr(strip_tags(convertUtf8($post->description)), 0, 100) . '...' : strip_tags(convertUtf8($post->description)) !!}
{{__('Read More')}}