@extends('admin.layouts.app') @section('title', 'Gestion des Articles') @section('content')

Article

Liste de vos articles
@foreach ($posts as $post) @include('post.lign' , $post) @endforeach
STATUS TITRE CATEGORIE TAG ACTION
@include('layouts.pagination', ['items' => $posts])
@endsection