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