16 lines
698 B
PHP
16 lines
698 B
PHP
<div class="container-fluid shadow-sm">
|
|
<header class="d-flex flex-wrap align-items-center justify-content-center py-2">
|
|
<div class="col-auto">
|
|
|
|
<a href="{{ route('front.home') }}"
|
|
class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center gap-2">
|
|
<img class="align-self-center" style="height:50px; width:auto;"
|
|
src="{{ asset('ai-buddy-tool-logo-512x512.svg') }}" alt="AIBuddyTool.com Logo">
|
|
<p class="align-self-center display-6 mb-0 font-family-zilla-slab fw-bold">
|
|
{{ config('app.name') }}
|
|
</p>
|
|
</a>
|
|
</div>
|
|
</header>
|
|
</div>
|