Cetaklabel/Resources/views/app/report/_action_dus.blade.php

10 lines
354 B
PHP

@php
$route = explode('.', Route::currentRouteName());
@endphp
<div class="d-flex flex-row flex-center">
<a href="{{ route($route[0].'.dus.list',['id' => $model->id]) }}" target="_blank"
class="btn btn-icon btn-bg-light btn-active-light-primary btn-sm me-1">
{!! getIcon("printer", "fs-1 text-info","duotune") !!}
</a>
</div>