@extends('frontend.template.index') @section('content')

{{ @$nav }}

@foreach ($posts as $post) @endforeach
{!! $posts->links() !!}
@endsection