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
12 lines
392 B
PHP
12 lines
392 B
PHP
@props(['image' => '', 'alt' => ''])
|
|
<div {{$attributes->merge(['class' => "border border-gray-200 rounded-xl overflow-clip flex flex-col h-full"])}}>
|
|
<div class="flex flex-col h-full">
|
|
<div class="rounded-t-xl h-70">
|
|
<img src="{{$image}}" alt="" class="object-cover">
|
|
</div>
|
|
<div class="flex-1">
|
|
{{$slot}}
|
|
</div>
|
|
</div>
|
|
</div>
|