@extends('frontend::layouts.master') @section('title', __('frontend.services')) @section('content') @include('frontend::components.section.breadcrumb')
{{ __('frontend.filter_by') }}
@for ($i = 0; $i < 8; $i++) @include('frontend::components.card.shimmer_service_card') @endfor
@endsection @push('after-styles') @endpush @push('after-scripts') @endpush