@extends('layouts.site') @section('title') {{$postData->title}} @endsection @section('content')

{!!$postData->title!!}

@if (!empty($prevSlug)) @endif @if (!empty($nextSlug)) @endif
{!!$postData->body!!}
@endsection @section('js') @endsection