@php $route = explode('.', Route::currentRouteName()); @endphp
@can('warehouse.update') {!! getIcon("pencil", "fs-1 text-info","duotune") !!} @endcan @can('warehouse.delete') {!! 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() !!} @endcan