@extends('layouts.article-show') @if(!empty($customCSS)) @section('customCSS') @endsection @endif @section('title') {{ $article->title }} @endsection @section('content') {!! $article->render() !!} @endsection