@extends('frontend.layouts.app') @section('content')

Blog

@foreach($blogs as $blog)
{{ $blog->title }}
@endforeach {{ $blogs->links($paginationView) }}
@endsection @section('footer_scripts') @endsection