@extends('layouts.user') @section('alternate') @foreach (\App\Models\Language::all() as $lang) @if(empty(request()->segment(2))) @else @endif @endforeach @endsection @section('content') {{translate('Blog') }} {!!$setdata['top_ad']!!} @foreach ($posts as $post) {{$post->created_at->format('d')}} {{$post->created_at->format('M')}} {{ Str::limit($post->title, 40) }} {{ Str::limit($post->description, 90) }} @endforeach {{$posts->links("pagination::bootstrap-4")}} {!!$setdata['bottom_ad']!!} @include('frontend.sidebar') @endsection
{{ Str::limit($post->description, 90) }}