18 lines
514 B
PHP
18 lines
514 B
PHP
<x-layouts.admin>
|
|
<x-slot name="title">
|
|
{{ trans('general.title.new', ['type' => trans_choice('general.customers', 1)]) }}
|
|
</x-slot>
|
|
|
|
<x-slot name="favorite"
|
|
title="{{ trans('general.title.new', ['type' => trans_choice('general.customers', 1)]) }}"
|
|
icon="person"
|
|
route="customers.create"
|
|
></x-slot>
|
|
|
|
<x-slot name="content">
|
|
<x-contacts.form.content type="customer" hide-logo />
|
|
</x-slot>
|
|
|
|
<x-contacts.script type="customer" />
|
|
</x-layouts.admin>
|