BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
resources
/
views
/
default
/
components
📤 Upload
📝 New File
📁 New Folder
Close
Editing: transaction-status.blade.php
@php $base_class = 'inline-flex items-center leading-none text-base font-semibold leading-snug rounded-md'; $color = $status == 'Pending' ? '#B58500' : ($status == 'Completed' ? '#118C60' : 'var(--foreground)'); @endphp <span {{ $attributes->withoutTwMergeClasses()->twMerge($base_class, $attributes->get('class')) }} style="color: {{ $color }}"> {{ $status }} </span>
Save
Cancel