@extends('Frontend.index') @section('content')
@foreach($blogPagination as $data) @endforeach
{{ $blogPagination->links() }}
@endsection