@extends('layout.index', [
'title' => __('Botanic.species.title'),
'subtitle' => __('Botanic.species.edit'),
'breadcrumb' => [__('Botanic.species.title'), __('Botanic.species.list')]
])
@include('boilerplate::load.fileinput')
@include('boilerplate::load.select2')
@section('content')
{{ Form::open(['route' => 'Botanic.Admin.Species.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}
@include('Botanic.Admin.Species.form')
@endsection
@push('js')
@endpush