@extends('root.layouts.master') @section('content')
@foreach($categorie as $categories) @endforeach
Id Libelle Categorie Photo Modifier Supprimer
{{$categories->id}} {{$categories->LibelleCategorie}}
@endsection