@extends('layouts.app') @section('title', 'Blog Grid | Prophet') @section('content')

Blog Grid

HOME / BLOG GRID
@if($posts->isEmpty())
search_off

Aradığınız kriterlere uygun blog yazısı bulunamadı.

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