Skip to content

Commit

Permalink
Update header.blade.php
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Murithijoshua authored Oct 18, 2023
1 parent 911ad85 commit 12c1e0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/views/layouts/large-vertical-sidebar/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
@endif
@endif

<div>
<!-- <div>
@if (env('INSTANCE') === 'UshauriPublic')
<img class=" pl-3" src="{{ asset('assets/images/NASCOP_Logo.png') }}" alt="ushauri">
@endif
@if (env('INSTANCE') === 'UshauriDOD')
@endif -->
<!-- / @if (env('INSTANCE') === 'UshauriDOD') -->
<img class=" pl-3" src="{{ asset('assets/images/DOD_Logo.png') }}" alt="ushauri" height="50">
@endif
<!-- @endif -->

</div>

Expand Down Expand Up @@ -134,4 +134,4 @@
}
});
</script>
<!-- header top menu end -->
<!-- header top menu end -->

0 comments on commit 12c1e0b

Please sign in to comment.