@extends('frontend.layouts.master') @section('title', __('front.services.page_title') . ' - Novalynk') @section('content') {{ __('front.services.page_title') }} {{ __('front.services.page_subtitle') }} @foreach($services as $index => $service) {{ $service->name }} {{ $service->short_description }} {{ __('front.common.read_more') }} @endforeach {{ __('front.services.cta_title') }} {{ __('front.services.cta_desc') }} {{ __('front.services.cta_button') }} @endsection
{{ __('front.services.page_subtitle') }}
{{ $service->short_description }}
{{ __('front.services.cta_desc') }}