@extends('layout.index', [ 'title' => __('Shop.articles.title'), 'subtitle' => __('Shop.articles.add'), 'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.add')] ]) @include('boilerplate::load.fileinput') @section('content') {{ Form::open(['route' => 'Shop.Admin.Articles.store', 'id' => 'article-form', 'autocomplete' => 'off', 'files' => true]) }} @include('Shop.Admin.Articles.form') @endsection