@if ($destination != null)
{{$destination->title}}
Created At : {{date('d M Y', strtotime($destination->created_at))}} |

{!! $destination->content !!}

@else
404
Not Found
@endif