This commit is contained in:
tanch0
2024-06-18 16:26:58 +05:45
parent 613dfd1834
commit 50b8768a34
68 changed files with 1540 additions and 657 deletions

View File

@ -73,10 +73,9 @@
<div class="col-lg-6">
<nav class="navbar navbar-expand-sm navbar-light">
<a class="navbar-brand" href="index.php">
<img src="{{ asset('hulaki/assets/img/logo.gif') }}" class="black-logo" alt="image"
<img src="<?php echo asset(SITEVARS->primary_logo); ?>" class="black-logo" alt="image"
style="margin-left: -20px;max-width: 350px; height: auto; display: block;">
<img src="{{ asset('hulaki/assets/img/logo.gif') }}" class="white-logo" alt="image"
style="margin-left: -20px;">
<img src="<?php echo asset(SITEVARS->secondary_logo); ?>" class="white-logo" alt="image" style="margin-left: -20px;">
</a>
</nav>
</div>
@ -198,6 +197,11 @@
@endphp
@break
@case('tbl_videos')
@php
$subMenu->link = route('showVideos') @endphp
@break
@default
@php
$subMenu->link =