@extends('layouts.app') @section('seo') @endsection @section('content')

Blog

Guides, safety tips and honest answers about downloading Instagram content.

@if($posts->isEmpty())

No articles yet - check back soon.

@else
@foreach($posts as $post)
@endforeach
{{ $posts->links('pagination::bootstrap-5') }}
@endif
@endsection