Files
opensem/resources/views/Admin/Shop/Customers/edit.blade.php
2023-12-11 21:07:49 +01:00

10 lines
243 B
PHP

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