@extends('layouts.app_sidebar') @section('title','Index') @section('content')

Ruchers

@foreach($ruchers as $r) @endforeach
NomLocalisationRuches
{{ $r->nom }} {{ $r->localisation }} {{ $r->ruches_count }} Ouvrir
{{ $ruchers->links() }}
@endsection