5 lines
249 B
PHP
5 lines
249 B
PHP
<div style="display: flex; align-items: center;">
|
|
<img src="{{ asset('icon.png') }}" alt="App Icon" style="height: 2.5rem; margin-right: 0.5rem;" />
|
|
<span style="font-weight: bold; font-size: 1.25rem;">{{ config('app.name') }}</span>
|
|
</div>
|