@extends('back.layout.template') @section('title', 'Detail Articles - Admin') @section('content') {{-- Content --}}

Detail Article

@if ($article->status == 1) @else @endif
Title : {{ $article->title }}
Category : {{ $article->Category->name }}
Description : {!! $article->desc !!}
Image
Status: Published: Private
Publish Date : {{ $article->publish_date }}
@endsection