@extends('layouts.frontend.master-2') @section('content')
@foreach ($blogs as $blog) @endforeach
{{$blogs->links('front.components.pagination')}}
@endsection @section('js') @endsection