@extends('layout.index', [ 'title' => __('shop.article_natures.title'), 'subtitle' => __('shop.article_natures.edit'), '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]) }} @include('Admin.Shop.ArticleNatures.form') @endsection