@extends('themes.default1.article.layout') @section('content')

Articles

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{{Session::get('fails')}}
@endif
Name Description Action
@stop