complete story 10.5

This commit is contained in:
Naser Mansour
2026-01-03 03:54:27 +02:00
parent de606da191
commit e9a478108a
9 changed files with 321 additions and 123 deletions
@@ -24,11 +24,11 @@ $logoFile = $variants[$variant] ?? $variants['full'];
<div {{ $attributes->merge(['class' => 'flex items-center gap-2 p-5']) }}>
<img
src="{{ asset('images/' . $logoFile) }}"
alt="{{ __('Libra Law Firm') }}"
alt="{{ __('LIBRA for Rights') }}"
class="{{ $sizeClass }} w-auto object-contain"
onerror="this.onerror=null; this.src='{{ asset('images/logo.png') }}';"
/>
@if($showText)
<span class="font-semibold text-sm truncate">{{ __('Libra Law Firm') }}</span>
<span class="font-semibold text-sm truncate">{{ __('LIBRA for Rights') }}</span>
@endif
</div>