Feat: Reemplazar texto hardcodeado por variable APP_NAME del .env

This commit is contained in:
2026-04-22 23:21:22 -06:00
parent 64610ecc90
commit a5e6f761b7
7 changed files with 14 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
@section('content')
<div class="auth-card p-4">
<h3 class="text-center mb-4">
<i class="bi bi-person-circle"></i> Nómina Pegaso
<i class="bi bi-person-circle"></i> {{ config('app.name') }}
</h3>
@if ($errors->any())