@extends('web.layouts.container') @section('content') {{$pages->page_title}} {{$pages->title}} @if(count($titleMatches)) @foreach($titleMatches as $key => $titleMatch) {{$titleMatch}} {{-- {{stripText(($descMatches[$key] ?? null))}}--}} {!! $descMatches[$key] ?? null !!} @endforeach @endif @endsection @section('inner_js') @endsection