add spanish translation

This commit is contained in:
hackerESQ
2024-08-22 22:44:52 -05:00
parent 406665217f
commit d0dafab9f6
8 changed files with 596 additions and 257 deletions
@@ -42,7 +42,7 @@
<x-menu-separator />
<x-menu-item title="{{ __('Logout') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
<x-menu-item title="{{ __('Log Out') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
<form id="logout" action="{{ route('logout') }}" method="POST" style="display: none;">
{{ csrf_field() }}
</form>