{% set title = 'Posts' %} {% set page = 'features-posts.html' %} {% extends 'layouts/master.html' %} {% block plugins_css %} {% endblock %} {% block content %}

Posts

Posts

You can manage all posts, such as editing, deleting and more.

All Posts

Title Category Author Created At Status
Laravel 5 Tutorial: Introduction Web Developer, Tutorial image
Rizal Fakhri
2018-01-20
Published
Laravel 5 Tutorial: Installing Web Developer, Tutorial image
Rizal Fakhri
2018-01-20
Published
Laravel 5 Tutorial: MVC Web Developer, Tutorial image
Rizal Fakhri
2018-01-20
Published
Laravel 5 Tutorial: CRUD Web Developer, Tutorial image
Rizal Fakhri
2018-01-20
Draft
Laravel 5 Tutorial: Deployment Web Developer, Tutorial image
Rizal Fakhri
2018-01-20
Pending
{% endblock %} {% block plugins_js %} {% endblock %} {% block page_js %} {% endblock %}