HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/public_html/core/resources/views/components/widget-5.blade.php
@props([
    'link' => null,
    'title' => null,
    'value' => null,
    'icon' => '',
    'bg' => 'primary',
])

<div class="widget-six bg--white p-3 rounded-2 box-shadow3">
    <div class="widget-six__top">
        <i class="{{ $icon }} bg--{{ $bg }} text--white b-radius--5"></i>
        <p>{{ __($title) }}</p>
    </div>
    <div class="widget-six__bottom mt-3">
        <h4 class="widget-six__number">{{ $value }}</h4>
        <a href="{{ $link }}" class="widget-six__btn"><span class="text--small">@lang('View All')</span><i class="las la-arrow-right"></i></a>
    </div>
</div>