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