@extends('layout.index', [ 'title' => __('Botanic.species.title'), 'subtitle' => __('Botanic.species.list'), 'breadcrumb' => [__('Botanic.species.title')] ]) @section('content')
{{ __('Botanic.species.add') }}
{{$dataTable->table()}} @endsection @push('scripts') @include('components.js.datatable', ['route' => '/Botanic/Admin/Species', 'model' => 'species']) @endpush