The easiest way to exclude the home page without creating a custom method:
$breacrumbs = $site->breadcrumb()->not('home');
The easiest way to exclude the home page without creating a custom method:
$breacrumbs = $site->breadcrumb()->not('home');