chore(deps): update AdminLTE

This commit is contained in:
2025-03-10 11:23:28 +00:00
parent 8e0cb453ba
commit 4e4a1c659f
16 changed files with 198 additions and 134 deletions

View File

@@ -1,4 +1,4 @@
@extends('adminlte::auth.auth-page', ['auth_type' => 'login'])
@extends('adminlte::auth.auth-page', ['authType' => 'login'])
@section('auth_header', __('adminlte::adminlte.verify_message'))
@@ -17,7 +17,7 @@
@csrf
<button type="submit" class="btn btn-link p-0 m-0 align-baseline">
{{ __('adminlte::adminlte.verify_request_another') }}
</button>.
</button>
</form>
@stop