Add new version in repository
This commit is contained in:
15
resources/views/admin/Shop/ArticleNatures/create.blade.php
Normal file
15
resources/views/admin/Shop/ArticleNatures/create.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('article_natures.title'),
|
||||
'subtitle' => __('article_natures.add'),
|
||||
'breadcrumb' => [__('article_natures.title'), __('article_natures.add')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Admin.Shop.ArticleNatures.store', 'id' => 'article-nature-form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
@include('Admin.Shop.ArticleNatures.form')
|
||||
</form>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user