@extends('admin.layout') @section('content')
@foreach($liste_articles as $liste_article) @endforeach
# Tire Description Actions
#{{$liste_article->id}} {{$liste_article->articles_title}}
@endsection