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



@foreach($posts ?? [] as $post) @php $post->structure(); @endphp @endforeach
{{ $posts->links() }}
@include('themes.MyLittleHouseSchool.inc.aside')
@endsection @section('scripts') @endsection