12 lines
350 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<x-layouts.admin>
<x-slot name="title">
{{ trans('general.title.edit', ['type' => trans_choice('general.vendors', 1)]) }}
</x-slot>
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
<x-slot name="content">
<x-contacts.form.content type="vendor" :model="$vendor" hide-can-login />
</x-slot>
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
<x-contacts.script type="vendor" :model="$vendor" />
</x-layouts.admin>