|
|
|
@ -105,7 +105,7 @@
|
|
|
|
|
<div class="w-[40%] h-full border-r border-gray-300 flex justify-center gap-3 items-center">
|
|
|
|
|
<div class="w-[50%] flex justify-end items-center">
|
|
|
|
|
<div class="w-[50px] h-[50px] bg-slate-600 rounded-full">
|
|
|
|
|
<img src='{{request.user.staffprofile.image.url}}' alt="user-image"
|
|
|
|
|
<img src='{{staff.image.url}}' alt="user-image"
|
|
|
|
|
class="w-full h-full object-cover rounded-full">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|