@extends('frontend.layouts.master') @section('content')
@foreach($newslist as $k=>$v)

{{@$v->title}}

{!!Str::words(strip_tags($v->description),20,'...')!!}

@endforeach
{{$newslist->links()}}

Recent Blogs

@endsection