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

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

{{__('main.home')}} {{$technology ? $technology->title : ''}}
@endsection @section('content')
@if($technology)

{{$technology->title}}

{!! $technology->description !!}

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