@extends('main') @section('content')

Latest News

@foreach ($news as $key=>$data)
activity
{{ Str::limit($data->title, 25, '...') }}

{{ date("d/m/Y h:i:s a") }}

{{ Str::limit($data->description,75,"...") }}

Read More

@endforeach
{{ $news->links() }}
@endsection