bug fixes and new additions

This commit is contained in:
Kwesi Banson Jnr
2025-08-13 00:10:17 +00:00
parent cf39ff2682
commit eabf61b7da
133 changed files with 4231 additions and 590 deletions

View File

@@ -8,8 +8,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>Click Mobile | @yield('page_title') </title>
<!-- Bootstrap -->
@@ -43,7 +41,7 @@
}
hr.style-five:after { /* Not really supposed to work, but does */
content: "\00a0"; /* Prevent margin collapse */
}
}åå
hr.style-four {
height: 12px;
border: 0;
@@ -58,7 +56,10 @@
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Click ERP</span></a>
<img src="{{ url('public/assets/img/clicklogo.png') }}" width="230px" height="70px">
<!-- <a href="{{ url('/') }}" class="site_title"><i class="fa fa-paw"></i>
<span>Click ERP</span>
</a> -->
</div>
<div class="clearfix"></div>
@@ -114,7 +115,7 @@
<!-- footer content -->
<footer>
<div class="pull-right" style="">
Click Mobile | <a href="https://click-mobile.com">Main Website</a>
Click Mobile | Adding value to voice, data and media
</div>
<div class="clearfix"></div>
</footer>