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