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

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

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

{{$technology->title}}

{!! $technology->description !!}

@endif
@if($ourTechnologies->count()) @foreach($ourTechnologies as $technology) @endforeach @endif
@push('js') @endpush @stop