File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/views/admin/Complaints Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 <li data-bs-toggle =" tooltip" data-popup =" tooltip-custom"
5252 data-bs-placement =" top" class =" avatar pull-up"
5353 title =" صورة العلاج " style =" list-style-type : none ;" >
54- <img src =" {{ asset (' uploads/requests/' . $requestDetails -> drug_image ) } }"
54+ <img style = " width : 50 px " src =" {{ asset (' uploads/requests/' . $requestDetails -> drug_image ) } }"
5555 alt =" Avatar" class =" rounded-circle image_show" >
5656 </li >
5757 @endif
132132 data-bs-placement =" top" class =" avatar pull-up"
133133 title =" صورة العلاج "
134134 style =" list-style-type : none ;" >
135- <img src =" {{ asset (' uploads/requests/' . $requestDetails -> drug_image ) } }"
135+ <img style = " width : 50 px " src =" {{ asset (' uploads/requests/' . $requestDetails -> drug_image ) } }"
136136 alt =" Avatar"
137137 class =" rounded-circle image_show" >
138138 </li >
@@ -154,7 +154,7 @@ class="rounded-circle image_show">
154154 data-bs-placement =" top" class =" avatar pull-up"
155155 title =" صورة العلاج "
156156 style =" list-style-type : none ;" >
157- <img src =" {{ asset (' uploads/replies/' . $replyDetails -> alt_drug_image ) } }"
157+ <img style = " width : 50 px " src =" {{ asset (' uploads/replies/' . $replyDetails -> alt_drug_image ) } }"
158158 alt =" Avatar"
159159 class =" rounded-circle image_show" >
160160 </li >
You can’t perform that action at this time.
0 commit comments