@extends('layout.index', [ 'title' => __('Botanic.genres.title'), 'subtitle' => __('Botanic.genres.list'), 'breadcrumb' => [__('Botanic.genres.title')] ]) @section('content') @include('components.datatable', ['route' => route('Botanic.Admin.Genres.create'), 'label' => __('Botanic.genres.add')]) @endsection @push('scripts') @include('components.js.datatable', ['route' => '/Botanic/Admin/Genres', 'model' => 'genres']) @endpush