@extends('templates.dashboard') @section('dashboard')

Les Tableaux

@if(session()->has('delete'))
{{ session()->get('delete') }}
@endif
Tableau Des Produits
@foreach ($bann as $item) @endforeach
Titre Apercu Modifier Supprimer
Titre Apercu Modifier Supprimer
{{$item->titre}} Image
@endsection