@extends('layout.index', [ 'title' => __('shop.articles.title'), 'subtitle' => __('shop.articles.edit'), 'breadcrumb' => [__('shop.articles.title'), __('shop.articles.edit')], ]) @section('content') @include('Admin.Shop.Articles.form') @endsection