@extends('master') @push('after-style') @endpush @section('content') Berita @foreach ( $news as $newss ) {{ $newss->title }} Oleh {{ $newss->user->name }}{{ date('d F, Y',strtotime($newss->publish_at)) }} {{ substr($newss->short_content, 0, 663) . "..."; }} Selengkapnya @endforeach {{ $news->links() }} @endsection @push('after-script') @endpush
{{ substr($newss->short_content, 0, 663) . "..."; }}