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

Ruches

@foreach($ruches as $r) @endforeach
RéférenceRucherÉtatInstallée
{{ $r->reference ?? ('Ruche #'.$r->id) }} {{ optional($r->rucher)->nom }} {{ $r->etat }} {{ $r->date_installation }} Ouvrir
{{ $ruches->links() }}
@endsection