10 lines
242 B
PHP
10 lines
242 B
PHP
@extends('layout.index', [
|
|
'title' => __('shop.customers.title'),
|
|
'subtitle' => __('shop.customers.add'),
|
|
'breadcrumb' => [__('shop.customers.title')],
|
|
])
|
|
|
|
@section('content')
|
|
@include('Admin.Shop.Customers.form')
|
|
@endsection
|