@extends('layouts.main') @section('title', 'NalarKita | ' . $article->title) @section('meta_description', $article->meta_description) @section('meta_keywords', $article->meta_keyword) @section('meta_title', $article->meta_og_title) @section('pageContent')

{{ $article->title }}

Gambar konten
{!! $article->content !!}
@if($article->link_youtube)
@endif

{{ __('latest_article') }}

Course terbaru dari kami

{{ __('button_see_all') }}
@foreach($articles as $article)
Image Description
{{-- Teknologi--}} {{-- --}} {{-- --}} {{-- --}}

{{ \Carbon\Carbon::parse($article->created_at)->translatedFormat('d F Y') }}

{{ $article->title }}

{{ $article->description }}

@endforeach
@endsection @section('scripts') @endsection