@extends('frontend.layouts.master') @section('title', __('front.technologies.page_title') . ' - Novalynk') @section('content') {{ __('front.technologies.page_title') }} {{ __('front.technologies.page_subtitle') }} @foreach($technologies as $index => $tech) {{ $tech->name }} @if($tech->description) {{ $tech->description }} @endif @endforeach {{ __('front.technologies.why_title') }} {{ __('front.technologies.why_desc') }} {{ __('front.technologies.point_1') }} {{ __('front.technologies.point_2') }} {{ __('front.technologies.point_3') }} {{ __('front.technologies.point_4') }} {{ __('front.technologies.cta_title') }} {{ __('front.technologies.cta_desc') }} {{ __('front.common.contact_us') }} @endsection
{{ __('front.technologies.page_subtitle') }}
{{ $tech->description }}
{{ __('front.technologies.why_desc') }}
{{ __('front.technologies.cta_desc') }}