@foreach($addaction as $a)
@endforeach
@if($button_action_style == 'button_text')
@if(CRUDBooster::isRead() && $button_detail)
{{cbLang("action_detail_data")}}
@endif
@if(CRUDBooster::isUpdate() && $button_edit)
{{cbLang("action_edit_data")}}
@endif
@if(CRUDBooster::isDelete() && $button_delete)