@extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif @livewire('article-component')
@endsection