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