add module konfirmasibank
This commit is contained in:
18
Resources/views/_action.blade.php
Normal file
18
Resources/views/_action.blade.php
Normal 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>
|
Reference in New Issue
Block a user