This commit is contained in:
Ahmad Firdaus Tarmidzi 2023-11-06 13:49:56 +07:00
parent f392ce9cee
commit b2a50193b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="/" class="logo d-flex align-items-center">
<img src="{{ asset('frontend/assets/img/logo.png')}}" alt="">
<img src="{{ asset('storage/' . Auth::user()->foto)}}" alt="">
<span>{{config('app.name')}}</span>
</a>