@extends('themes.MyLittleHouseSchool.app') @section('content') @foreach($posts ?? [] as $post) @php $post->structure(); @endphp {{$post->title}} {{$post->description}} ... {{__('read more')}} @endforeach {{ $posts->links() }} @include('themes.MyLittleHouseSchool.inc.aside') @endsection @section('scripts') @endsection
{{$post->description}} ... {{__('read more')}}