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