@extends('frontend.layouts.master') @section('title', $service->name . ' - Novalynk') @section('content') {{ $service->name }} {{ $service->short_description }} @if($service->description) {!! $service->description !!} @else {{ __('front.service_detail.about_this_service') }} {{ $service->short_description }} {{ __('front.service_detail.why_choose') }} {{ __('front.service_detail.point_1') }} {{ __('front.service_detail.point_2') }} {{ __('front.service_detail.point_3') }} {{ __('front.service_detail.point_4') }} @endif {{ __('front.service_detail.related_services') }} @foreach($services as $related) @if($related->id !== $service->id) {{ $related->name }} @endif @endforeach {{ __('front.service_detail.consult_title') }} {{ __('front.service_detail.consult_desc') }} {{ __('front.common.contact_us') }} {{ __('front.service_detail.cta_title') }} {{ __('front.service_detail.cta_desc') }} {{ __('front.common.start_project_now') }} @endsection
{{ $service->short_description }}
{{ __('front.service_detail.consult_desc') }}
{{ __('front.service_detail.cta_desc') }}