@extends("layouts.front.main") @section("content")

Blog

Blog

@foreach($posts as $post) @endforeach
{{ $posts->links() }}
@endsection