@section('title', 'Services - PYPA'){{-- Site Main Section --}} @section('seo_section') Services | {{ \App\Models\InfoSection::pluck('site_title')->first() }} @endsection @extends('frontend.layout.main') @section('main-section')
{{-- Preloader --}}
{{-- BreadCrumb --}} images/hero-slide-2.jpg Services
  • Services
  • @forelse ($services as $service) @if ($service->is_active) @php $shareUrl = route('singleservice', ['slug' => $service->slug]) @endphp

    {{ $service->title }}

    {!! $service->short_desc !!}

    @if ($service->show_price)
    @if ($service->sale_price && $service->sale_price != $service->price) PKR {{ $service->price }} PKR {{ $service->sale_price }} @else PKR {{ $service->price }} @endif
    @endif {{-- {{ route('services.show', $service->slug) }} --}} View Details Icon Icon
    @endif @empty

    No services available at the moment.

    @endforelse
    @endsection