@extends('layouts.app') @section('title', 'Race : ' . $breed->name) @section('breadcrumb')
| Nom : | {{ $breed->name }} |
|---|---|
| Espèce : | {{ $breed->species->name ?? '-' }} |
| Poids moyen : | {{ $breed->avg_weight ? $breed->avg_weight . ' kg' : '-' }} |
| Description : | {{ $breed->description ?? '-' }} |