{!! $detail->description !!}
@if (isset($detail->file))
@include('site.sidebar.are_satisfied')
@endif
@if (!empty($previousPost))
Previous
{{ $previousPost['title'] }}
@endif
@if (!empty($nextPost))
Next
{{ $nextPost['title'] }}
@endif
{{-- {{ $previousPost }} --}}