@extends('web.layouts.front') @section('title') {{ __('messages.services') }} @endsection @section('content')

{{ __('messages.web_home.services') }}

Infy Care
{{ __('messages.web_home.our_services') }}

{{ __('messages.web_home.we_offer_different_services_to_improve_your_health') }}

@foreach($frontServices as $frontService)
Cardiology

{{ \Illuminate\Support\Str::limit($frontService->name, 16) }}

{{ \Illuminate\Support\Str::limit($frontService->short_description, 123) }}

@endforeach
@endsection