@extends('app') @section('head') @include('partial.head') @endsection @section('content') @include('partial.topbar')

{{ __('Pengumuman / Berita') }}

{{ __('Media Informasi dan Berita terkini JDIH Provinsi Jawa Tengah') }}

{{ $data->appends([ 'kategori' => $kategori, ])->links('pagination') }}
Blog
Author {{$data[0]->views.' '.__('Kali') }}

{{ GoogleTranslate::trans(Helper::string_rmv_html($data[0]->nama), app()->getLocale()) }}

{!! GoogleTranslate::trans(substr($data[0]->isi,0,360), app()->getLocale()) !!} ...

@foreach($galeri as $key => $var) @if($key > 0)
@if($var->jenis == 1)
@else @endif
@endif @endforeach
@include('partial.footer') @endsection @section('footer') @include('partial.script') @endsection