@extends('web.layouts.container') @section('inner_header')

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

{{__('main.home')}} {{__('main.technology')}}
@endsection @section('content')

{{$pageTitle[0]}} {{$pageTitle[1]}}

{!! $technologyPageDetails->description !!}

@if($technologies->count()) @foreach($technologies as $technology) @endforeach @endif
@endsection @section('inner_js') @endsection