@extends('layouts.app') @section('title') {{ __('messages_303.Post details') }} @endsection @section('content')
{{ __('messages_303.Description') }} : {{ $post->description }}
{{ $comment->user->name }}
{{ $comment->comment }}
@if ($comment->file !== null){{ $r_comment->user->name }}
{{ $r_comment->comment }}
@if ($comment->file !== null)