dealhub/resources/views/components/dashboard/user/broker-contact.blade.php
kusowl 688fd02e26 chore(UI Improvements): made all pages in broker panel full width
toasts timer increased to 5s.
Add animation to the toast
Add toast for like and favorite actions
fixed the deal card design
added a opening animation to modal
2026-01-19 14:11:52 +05:30

11 lines
316 B
PHP

@props(['broker'])
<div class="p-4 mb-4 text-sm bg-[#f9fafb] border-gray-100 border rounded-xl">
<p class="font-bold mb-2">Broker Contact</p>
<div class="text-accent-600 space-y-1">
<p>{{$broker->name}}</p>
<p>{{$broker->email}}</p>
<p>{{$broker->role->phone}}</p>
</div>
</div>