10 lines
270 B
PHP
10 lines
270 B
PHP
@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
|