@extends('app') @section('head') @include('partial.head') @endsection @section('content') @include('partial.topbar') {{ __('Kembali') }} {{ __('Detail Berita') }} {{ GoogleTranslate::trans($data[0]->nama, app()->getLocale()) }} {!! GoogleTranslate::trans($data[0]->isi, app()->getLocale()) !!} @include('partial.footer') @endsection @section('footer') @include('partial.script') @endsection
{!! GoogleTranslate::trans($data[0]->isi, app()->getLocale()) !!}