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

LES ARTICLES DISPONIBLES

@else

PAS D' ARTICLE DISPONIBLE

@endif
@foreach($articles as $article)
featured project

{{ $article->articles_title}}

...
VOIR PLUS
@endforeach
@push('styles') @endpush @endsection