@extends('web.layouts.main') @section('content')

{{__('main.technologies')}}

{{__('main.home')}} {{__('main.what_we_do')}} {{__('main.technologies')}}

{{$technologyPageDetails->title}}

{{$technologyPageDetails->meta_description}}

{!! $technologyPageDetails->description !!}

@if($technologies->count()) @foreach($technologies as $technology)
{{$technology->title}}
{!!$technology->description!!}
@endforeach @endif
@push('js') @endpush @stop