@extends('adminlte::page')
@section('htmlheader_title')
Blog
@endsection
@section('contentheader_title')
@endsection
@section('content')
{{ isset($article->title) ? $article->title : '' }}
{!! isset($article->description) ? $article->description : '' !!}
@endsection
{{-- @push('styles') --}}
@push('scripts')
@endpush