@extends('app.template.index') @section('title', $article->title) @push('css') @endpush @section('content') Beranda Berita {{ $article->title }} {{ $article->title }} {{ $article->category }} {{ $article->created_at->format('F d, Y') }} {!! $article->desc !!} Share this article on: Copy Link Artikel Lainnya @foreach ($other_articles as $other_article) {{ $other_article->title }} {{ $other_article->created_at->format('F d, Y') }} @endforeach @endsection @push('js') @endpush