@extends('app') @section('head') @include('partial.head') @endsection @section('content') @include('partial.topbar')
{{ __('Detail Berita') }}

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

about
@include('partial.footer') @endsection @section('footer') @include('partial.script') @endsection