@extends('layouts.app') @section('content')

{{ $artikel->title }}

@if ($artikel->image) Gambar Artikel @else Gambar Default @endif
{!! nl2br(e($artikel->content)) !!}
← Kembali ke Daftar Artikel
@endsection