rename models and associates, isolate botanic with shop
This commit is contained in:
15
resources/views/Botanic/Admin/Families/create.blade.php
Normal file
15
resources/views/Botanic/Admin/Families/create.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('boilerplate::layout.index', [
|
||||
'title' => __('Botanic.families.title'),
|
||||
'subtitle' => __('Botanic.families.add'),
|
||||
'breadcrumb' => [__('Botanic.families.title'), __('Botanic.families.add')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Botanic.Admin.Families.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
@include('Botanic.Admin.Families.form')
|
||||
</form>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user