@extends('guest.layouts.master') @section('title', 'Berita | GAPKINDO') @section('content')

{{ __('global.news') }}

@foreach ($dataNews as $news)
{{ \Illuminate\Support\Str::limit($news->title, 40) }}
: {{ date('d-m-Y', strtotime($news->created_at)) }} *new
@endforeach
@endsection