@extends('users/layout') @section('content') @if(count($articles)>0)

LES ARTICLES DISPONIBLES

@else

PAS D' ARTICLE DISPONIBLE

@endif
@foreach($articles as $article)
Card image

{{ $article->articles_title}}



Voir Plus


@endforeach
@push('styles') @endpush @endsection