Remove '/public' prefix from asset paths for consistency across views

This commit is contained in:
Frank John Begornia
2025-12-31 02:04:33 +08:00
parent 1b645de66e
commit 0f24a817ce
9 changed files with 40 additions and 40 deletions

View File

@@ -11,7 +11,7 @@
<a class="navbar-brand" href="#"></a>
@else
<a class="navbar-brand" href="{{ url('/') }}">
<img src="{{asset('public/images/logo.png')}}" />
<img src="{{asset('/images/logo.png')}}" />
</a>
@endif