From e0e6c803a9236d0828f4e8b7e40ed3797c914d36 Mon Sep 17 00:00:00 2001 From: ghassan Date: Tue, 3 Mar 2026 19:19:40 +0300 Subject: [PATCH] Add YouTube-style mobile bottom navigation bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed bottom nav with 5 buttons: Home, Trending, Videos, History, Profile - Shows only on mobile (≤768px) - Fixed to bottom with proper padding for main content - Uses Bootstrap Icons for navigation icons --- resources/views/layouts/app.blade.php | 86 +++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index d53642f..efa4e4f 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -488,6 +488,30 @@ @endauth + + +