@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) {{\Illuminate\Support\Str::limit($technology->title, 17)}} {{stripText($technology->description, 17)}} @endforeach @endif @endsection @section('inner_js') @endsection
{!! $technology->description !!}