add seo
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{{ Form::open(['route' => 'Admin.Shop.Articles.store', 'id' => 'article-form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
{{ Form::open([
|
||||
'route' => 'Admin.Shop.Articles.store',
|
||||
'id' => 'article-form',
|
||||
'autocomplete' => 'off',
|
||||
'files' => true,
|
||||
]) }}
|
||||
<input type="hidden" name="id" id="id" value="{{ $article['id'] ?? null }}">
|
||||
@include('Admin.Shop.Articles.partials.characteristics')
|
||||
{{ Form::close() }}
|
||||
|
||||
@@ -34,14 +34,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
@include('components.form.input', [
|
||||
'name' => 'weight',
|
||||
'value' => $variation['weight'] ?? false,
|
||||
'required' => true,
|
||||
'label' => 'Poids',
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mb-3">
|
||||
|
||||
Reference in New Issue
Block a user