@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) {{ $technology->title }} {!! $technology->description !!} @endforeach @endif @push('js') @endpush @stop
{!! $technology->description !!}