@extends('web.layouts.container') @section('header')
{!! stripText($detailDescription[0] ?? null) !!} {!! stripText($detailDescription[1] ?? null) !!}
{!! stripText($detailDescription[2] ?? null) !!}

{!! stripText($detailDescription[3] ?? null) !!}

{!! stripText($detailDescription[4] ?? null) !!}

{!! stripText($detailDescription[5] ?? null) !!}

@endsection @section('content') @if(count($page))
@foreach($page as $history)
{{$history->title}}
{!! $history->description !!}
@endforeach
@endif @endsection @section('inner_js') @endsection