{{-- Extends layout --}} @extends('front.layouts.app') {{-- Content --}} @section('content')
@foreach ($home_stats as $specie) @endforeach
@endsection {{-- Scripts Section --}} @section('scripts') @endsection @section('breadcrumbs') {{ Breadcrumbs::render('species.index') }} @endsection