From 52861fcc99ae88875900e0046322aa2420812a16 Mon Sep 17 00:00:00 2001 From: demyr17 <61029105+demyr17@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:51:35 +0300 Subject: [PATCH] Update app.php Changes due to dark theme --- app/Views/layouts/app.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/Views/layouts/app.php b/app/Views/layouts/app.php index ab91cf5..20f9160 100644 --- a/app/Views/layouts/app.php +++ b/app/Views/layouts/app.php @@ -24,7 +24,12 @@ = $this->renderSection('headerAssets') ?> -
+ + = $this->include('layouts/_top_nav') ?> = $this->renderSection('content') ?>