diff --git a/app/helper.php b/app/helper.php index 9e7a073..1c7c00d 100644 --- a/app/helper.php +++ b/app/helper.php @@ -62,7 +62,7 @@ function imagePath($path = null) $finalPath = "https://staging.jerichoalternatives.in/"; } if (env('APP_ENV') == 'local') { - $finalPath = "http://localhost/my-freeu/"; + $finalPath = "http://localhost/jericho_28_march/"; } return $finalPath . $path; } diff --git a/public/uploads/profile/img/1715767906.png b/public/uploads/profile/img/1715767906.png new file mode 100644 index 0000000..e759d16 Binary files /dev/null and b/public/uploads/profile/img/1715767906.png differ diff --git a/resources/views/Admin/Pages/manage_chat/user-list.blade.php b/resources/views/Admin/Pages/manage_chat/user-list.blade.php index a34a550..d641629 100644 --- a/resources/views/Admin/Pages/manage_chat/user-list.blade.php +++ b/resources/views/Admin/Pages/manage_chat/user-list.blade.php @@ -1,6 +1,6 @@ @foreach($users as $user) -
+
-
+
@endforeach \ No newline at end of file