{{--
    @include('components.buttons.btn-edit', [
        'route' => ''
    ])
--}}
<a class="btn btn-primary btn-sm" href="{{$route}}">
    <i class="bi bi-pencil-square"></i>
</a>