@if($previousPost)
{{__('Previus Article')}}
{{$previousPost->title}}
@endif
@if($nextPost)
{{__('Next Article')}}
{{$nextPost->title}}
@endif