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