16 lines
732 B
PHP
16 lines
732 B
PHP
<x-other.modal id="mForm" size="md" title="Pilih Personil" subTitle="Pilih Personil" info="Mengundang member team project" :separator="true">
|
|
<x-slot name="action">
|
|
<button onclick="pickPersonil()" id="btn_personil_act" class="btn btn-success font-weight-bold mr-2">Next</button>
|
|
</x-slot>
|
|
<x-slot name="content">
|
|
<div class="col-12">
|
|
<form id="form_personil">
|
|
<input type="hidden" id="row_exist" value="">
|
|
<x-form.select title="Pilih Personil" id="pilih_personil">
|
|
<x-slot name="option">
|
|
</x-slot>
|
|
</x-form.select>
|
|
</form>
|
|
</div>
|
|
</x-slot>
|
|
</x-other.modal> |