@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
RSS Feed Posts
@if (!empty($langs)) @endif
@if (count($rsss) == 0)

NO RSS POST FOUND

@else
@foreach ($rsss as $key => $rss) @endforeach
Image Category Title Created at Actions
{{convertUtf8($rss->category->feed_name)}} {{convertUtf8(strlen($rss->title)) > 30 ? convertUtf8(substr($rss->title, 0, 30)) . '...' : convertUtf8($rss->title)}} @php $date = \Carbon\Carbon::parse($rss->created_at); @endphp {{$date->translatedFormat('jS F, Y')}}
@csrf
@endif
@endsection @section('scripts') @endsection