@extends('user.layouts.layout') @section('content')

{{ $artikel->judul }}

@if ($artikel->photo)
{{ $artikel->judul }}

@endif
{{ $artikel->created_at->format('M d, Y') }} {{ $artikel->kategori->nama_kategori ?? 'Uncategorized' }}
{!! $artikel->isi_artikel !!}

@endsection