@extends('layouts.main') @section('content')

{{ trans('webtools/blog.title') }}

{{ trans('webtools/blog.description') }}

@if(!count($posts))

{{ trans('webtools/blog.no_posts') }}

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