@extends('layouts.app') @section('styles') @endsection @section('scripts') @endsection @section('content')

BERITA

@foreach ($product_news as $news)
Card image

{{$news->title}}

{!! substr($news->content, 0, 100); !!}..

Lihat selengkapnya

@endforeach
@endsection