@extends('frontend.layout') @section('title','Posts') @push('css') @endpush @section('content')
{{ $posts->links() }}
@endsection @push('js') @endpush