@extends('layouts.app') @section('title', 'Tableau de bord') @section('side_bar') @include('layouts.admin.side_bar_dashboard') @endsection @section('content')

Accueil

@endsection