@extends('admin.layouts') @section('css') @endsection @section('content')

@if ($article->logo) logo @endif {{ $article->title }} @if ($article->category) {{ $article->category }} @endif

{{ $article->created_at }}
{!! $article->content !!}
@endsection @section('javascript') @endsection