add module konfirmasibank

This commit is contained in:
KhatamNugraha
2023-07-17 14:35:12 +07:00
commit f51d19cd5f
43 changed files with 1934 additions and 0 deletions

View File

@ -0,0 +1,18 @@
@php
$route = explode('.', Route::currentRouteName());
@endphp
<div class="d-flex flex-row flex-center">
{{-- <a href="{{ route($route[0].'customer.show',['customer' => $model->account_number]) }}"
class="kt_edit_form btn btn-icon btn-bg-light btn-active-light-info btn-sm me-1">
{!! getIcon("eye", "fs-1 text-info","duotune") !!}
</a> --}}
<div class="form-check text-center ">
<input class="form-check-input" type="checkbox" value="{{$model->ACCOUNT_NUMBER}}" id="flexCheckDefault" name='account_number' />
</div>
{{-- {!! Form::open(['method' => 'DELETE','route' => [$route[0].'.destroy', $model->ID],'class'=>'']) !!} --}}
{{-- {{ Form::button(getIcon("trash", "fs-1 text-danger","duotune"), ['type' => 'submit', 'class' => 'delete btn btn-icon btn-bg-light btn-active-light-danger btn-sm'] ) }} --}}
{{-- {!! Form::close() !!} --}}
</div>