@extends('layouts.site') @section('title', 'Blog — Kolay Abonelik') @section('content')

Blog

@foreach ($posts as $post)

{{ $post->title }}

{{ $post->excerpt }}

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