fixes
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Botanic.varieties.title'),
|
||||
'subtitle' => __('Botanic.varieties.add'),
|
||||
'breadcrumb' => [__('Botanic.varieties.title'), __('Botanic.varieties.add')]
|
||||
'title' => __('botanic.varieties.title'),
|
||||
'subtitle' => __('botanic.varieties.add'),
|
||||
'breadcrumb' => [__('botanic.varieties.title'), __('botanic.varieties.add')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Admin.Botanic.Varieties.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
|
||||
@include('Admin.Botanic.Varieties.form')
|
||||
</form>
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user