src/resources/views/profile/buttons/login_history.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<button type="button" data-toggle="modal" data-target="#historyModal" class="btn btn-link btn-sm">
  <i class="fas fa-lock"></i>
  {{ trans('web::seat.login_history') }}
</button>