update master.blade.php with hardcoded base URL

This commit is contained in:
Kwesi Banson Jnr
2026-04-10 11:56:39 +00:00
parent 759c516714
commit a459e35982

View File

@@ -16,7 +16,8 @@
@yield('page-css')
<script type="text/javascript">
var base_url = "{!! url('/') !!}";
var base_url = "https://smsportal.clickmlapps.com/";
//"{!! url('/') !!}";
</script>
</head>
<body>