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