@extends('themes.MyLittleHouseSchool.app') @section('content')

{{$title}}

@foreach(\DB::table('history')->get() as $key => $item) @php $item = (array) $item; @endphp

{{$item['date']}}

{{$item['title_'.config('app.locale')]}}

{{$item['description_'.config('app.locale')]}}

@endforeach

{!! $page->content !!}
@endsection @section('script') @endsection