Files
sifatbaho-php/resources/views/components/home/estate-orders.blade.php
2026-04-05 05:31:24 +05:00

40 lines
1.6 KiB
PHP
Executable File

<div class="col-xl-3 col-md-6">
<!-- card -->
<div class="card card-animate">
<div class="card-body">
<div class="d-flex align-items-center">
<div class="flex-grow-1 overflow-hidden">
<p class="text-uppercase fw-medium text-muted text-truncate mb-0">
@lang('translation.estate')
</p>
</div>
<div class="flex-shrink-0">
<h5 class="text-success fs-14 mb-0">
<i class="ri-arrow-right-up-line fs-13 align-middle"></i>
+29.08 %
</h5>
</div>
</div>
<div class="d-flex align-items-end justify-content-between mt-4">
<div>
<h4 class="fs-22 fw-semibold ff-secondary mb-4">
<span class="counter-value"
data-target="{{ $count }}">
0
</span>
</h4>
<a href="{{ route('estate.index') }}"
class="text-decoration-underline">
@lang('translation.view-all-orders')
</a>
</div>
<div class="avatar-sm flex-shrink-0">
<span class="avatar-title bg-soft-warning rounded fs-3">
<i class=" ri-community-line text-warning"></i>
</span>
</div>
</div>
</div><!-- end card body -->
</div><!-- end card -->
</div><!-- end col -->