20 lines
1.0 KiB
PHP
20 lines
1.0 KiB
PHP
<x-other.modal id="mFormBudgetAwal" size="md" title="Form Budget" subTitle="" info="Budgeting Aawal" :separator="true">
|
|
<x-slot name="action">
|
|
<button onclick="storeBudgetAwal()" class="btn btn-success font-weight-bold mr-2">Simpan</button>
|
|
</x-slot>
|
|
<x-slot name="content">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="card card-custom card-border card-stretch gutter-b">
|
|
<div class="card-body">
|
|
<form id="form_budget_awal">
|
|
<input type="hidden" id="get_id_ba" name="get_id" value="">
|
|
<input type="hidden" id="id_project_ba" name="project_id" value="{{ $id_project }}">
|
|
<x-form.currency title="Nominal" id="amount_tx_ba" value="" maxlength="" label="Nominal budget awal"/>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</x-slot>
|
|
</x-other.modal> |