@extends('landing.layout.main') @section('title','Detail Artikel ' . $artikel->judul . ' - ') @section('content')
{!! nl2br(e($artikel->isi)) !!}