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

{{ (app()->getLocale() == 'id') ? 'Video' : GoogleTranslate::trans('Tautan', app()->getLocale()) }}

{{ (app()->getLocale() == 'id') ? 'Video Terkait JDIH Provinsi Jawa Tengah' : GoogleTranslate::trans('Video Terkait JDIH Provinsi Jawa Tengah', app()->getLocale()) }}


@foreach ($data as $video)

{{ $video->judul_video }}

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