@extends('layouts.page') @section('content')
{!! $top_content !!}
@foreach ($data as $item)

{{ $item->title }}

{!! Str::limit($item->description, 130) !!}
@endforeach
{{ $data->onEachSide(4)->links() }}
{!! $top_content !!}
@endsection