Feat: Reemplazar texto hardcodeado por variable APP_NAME del .env
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user