Sync
This commit is contained in:
12
resources/views/front/layouts/navigation.blade.php
Normal file
12
resources/views/front/layouts/navigation.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="container-fluid shadow-sm">
|
||||
<header class="d-flex flex-wrap align-items-center justify-content-center py-3">
|
||||
<div class="col-auto">
|
||||
|
||||
<a href="{{ route('front.home') }}" class="btn btn-link d-inline-flex text-decoration-none text-center">
|
||||
<p class="display-6 mb-0 font-family-black-ops-one">
|
||||
{{ config('app.name') }}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
Reference in New Issue
Block a user