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
11 lines
316 B
PHP
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>
|
|
|