@extends('frontend.layouts.app') @section('content')
@foreach($blogs as $blog) @endforeach
{{ $blogs->links() }}
@endsection