Files
konfirmasibank/Resources/views/_action.blade.php
2023-07-17 14:35:12 +07:00

19 lines
945 B
PHP

@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>