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