From 9cf5e345687f347601edc720928937c6cba9f878 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 4 Nov 2025 16:48:21 +0530 Subject: [PATCH] Refactor app.blade.php to comment out existing PWA manifest and service worker registration, and add new commented-out HTML structure for PWA integration --- resources/views/layouts/app.blade.php | 30 +++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index b235567..27a1079 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -1,4 +1,4 @@ - +{{-- + --}} {{-- @@ -86,4 +86,30 @@ --}} +{{-- + + + + + + @yield('title', 'App') + + + + + + + + + @yield('content') + + --}} + +