@extends('layouts.landing.index') @vite([ // 'resources/less/home.less', // 'resources/js/test.js' ]) @section('content') @include('layouts.landing.nav')

{{ $news->title }}

{{ date('F d, Y',strtotime($news->published_at)) }} | {{ $keyword }} | {{ $news->institution ? 'By: '.$news->institution->name : 'Admin Sekertariat SDGs' }}
{{ $news->image }}
{!! $news->content !!}

Berita Aksi Lainnya

@foreach ($actionNews as $d)
{{ $d->title }}
{{ date('F d, Y',strtotime($d->published_at)) }}

{!! substr($d->description, 0, 95)."..." !!}

Baca selengkapnya
@endforeach
@include('layouts.landing.footer') @endsection