@extends('layout.index', [ 'title' => __('Botanic.species.title'), 'subtitle' => __('Botanic.species.list'), 'breadcrumb' => [__('Botanic.species.title')] ]) @section('content') @component('components.card') @include('components.datatable', ['route' => route('Botanic.Admin.Species.index'), 'model' => 'species']) @endcomponent @endsection