9 lines
198 B
PHP
9 lines
198 B
PHP
<?php
|
|
echo \Shared\Tpl\Tpl::view('components/form-edit', [
|
|
'form' => $this->form,
|
|
]);
|
|
|
|
echo \Shared\Tpl\Tpl::view('shop-transport/transport-edit-custom-script', [
|
|
'form' => $this->form,
|
|
]);
|