@extends('frontend.layouts.app') @section('metatags') @endsection @section('title', $post->meta_title !== null ? $post->meta_title : $post->title) @section('content')
{{ $post->previous->title }}
{{ $post->next->title }}