Update conditional statements in app.blade.php and navbar.blade.php

This commit is contained in:
Andras Bacsai
2024-03-25 14:44:31 +01:00
parent 995c303f27
commit 2be2a2621e
4 changed files with 340 additions and 366 deletions

View File

@@ -1,7 +1,7 @@
@extends('layouts.base')
@section('body')
@parent
@if (isSubscribed())
@if (isSubscribed() || !isCloud())
<livewire:layout-popups />
@endif
@auth