From 0fd78a0288c8dd54332b68ad11455b27862e7511 Mon Sep 17 00:00:00 2001 From: B Vikas Chandra <48272577+vikaschandrab@users.noreply.github.com> Date: Sun, 2 Nov 2025 23:29:36 +0530 Subject: [PATCH] Created a Common Footer blade --- resources/views/contact/index.blade.php | 19 +----- resources/views/home/all-blogs.blade.php | 32 ++-------- resources/views/home/index.blade.php | 58 +----------------- resources/views/home/mock-interview.blade.php | 21 +------ resources/views/layouts/footer.blade.php | 61 +++++++++++++++++++ 5 files changed, 69 insertions(+), 122 deletions(-) create mode 100644 resources/views/layouts/footer.blade.php diff --git a/resources/views/contact/index.blade.php b/resources/views/contact/index.blade.php index 446ed24..9527b02 100644 --- a/resources/views/contact/index.blade.php +++ b/resources/views/contact/index.blade.php @@ -412,24 +412,7 @@ class="form-control @error('position') is-invalid @enderror" - - + @include('layouts.footer') diff --git a/resources/views/home/all-blogs.blade.php b/resources/views/home/all-blogs.blade.php index 1f4785b..a252b79 100644 --- a/resources/views/home/all-blogs.blade.php +++ b/resources/views/home/all-blogs.blade.php @@ -133,6 +133,9 @@ + @@ -386,34 +389,7 @@ class="tag-filter {{ request('tag') == $tag ? 'active' : '' }}"> - - + @include('layouts.footer') diff --git a/resources/views/home/index.blade.php b/resources/views/home/index.blade.php index 59dad51..d106ae3 100644 --- a/resources/views/home/index.blade.php +++ b/resources/views/home/index.blade.php @@ -513,63 +513,7 @@ class="rounded-circle" - - + @include('layouts.footer') diff --git a/resources/views/home/mock-interview.blade.php b/resources/views/home/mock-interview.blade.php index 013413c..cee7636 100644 --- a/resources/views/home/mock-interview.blade.php +++ b/resources/views/home/mock-interview.blade.php @@ -154,7 +154,7 @@ All Blogs