@extends('frontend') @section('title','Blog') @section('content')

Blog

{{$blog->appends(Request::except('page'))->links()}}
@endsection