From 5faa3086b13c930238fd75eb03c9e0c6ba793e64 Mon Sep 17 00:00:00 2001 From: kusowl Date: Wed, 14 Jan 2026 12:30:27 +0530 Subject: [PATCH] fix: responsiveness of broker profile page --- .../views/dashboards/broker/profile/show.blade.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/views/dashboards/broker/profile/show.blade.php b/resources/views/dashboards/broker/profile/show.blade.php index ab4ddb0..d069a59 100644 --- a/resources/views/dashboards/broker/profile/show.blade.php +++ b/resources/views/dashboards/broker/profile/show.blade.php @@ -6,22 +6,23 @@ > - Edit Profile + +
-
- +
+
-
+
{{$initials}}
-
+

{{$name ?? 'Name'}}

@@ -36,7 +37,7 @@

{{$bio ?? 'Bio is empty'}}

-
+

{{$email ?? 'email is empty'}}