add methods to get icon on article natures
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
'breadcrumb' => [__('shop.article_natures.title'), __('shop.article_natures.edit')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Admin.Shop.ArticleNatures.store', 'id' => 'article_nature-form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
{{ Form::open([
|
||||
'route' => 'Admin.Shop.ArticleNatures.store',
|
||||
'id' => 'article_nature-form',
|
||||
'autocomplete' => 'off',
|
||||
'files' => true,
|
||||
]) }}
|
||||
<input type="hidden" name="id" value="{{ $article_nature['id'] }}">
|
||||
@include('Admin.Shop.ArticleNatures.form')
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user