pos-gis/resources/views/components/card/image.blade.php
2024-10-07 13:13:42 +07:00

24 lines
1.2 KiB
PHP

<div class="card card-custom bgi-no-repeat card-stretch gutter-b"
style="background-position: right top;
background-size: 30% auto; ">
{{-- background-image: url({{asset('img/logo_half2.png')}}) --}}
<!--begin::Body-->
<div class="card-body">
<span class="svg-icon svg-icon-success svg-icon-3x ml-n1">
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="0" y="0" width="24" height="24"></rect>
<rect fill="#000000" opacity="0.3" x="13" y="4" width="3" height="16" rx="1.5"></rect>
<rect fill="#000000" x="8" y="9" width="3" height="11" rx="1.5"></rect>
<rect fill="#000000" x="18" y="11" width="3" height="9" rx="1.5"></rect>
<rect fill="#000000" x="3" y="13" width="3" height="7" rx="1.5"></rect>
</g>
</svg>
</span>
<div class="font-weight-bolder font-size-h5 mb-2 mt-5"> {{$title}} </div>
<div class="font-weight-bold font-size-sm"> {{$record}} </div>
{{$action}}
</div>
<!--end::Body-->
</div>