@extends('welcome') @section('title', 'Dashboard') @section('styles') @endsection @section('content')
Clients
Client Matricule Fiscale Total
Articles
@if ($products && $products->count() > 0) @else
Pas de Produits
@endif
@endsection @section('scripts') @endsection