@extends('layouts.app') @section('page-title', __('Issue Details User')) @section('page-heading', __('Issue Details User')) @section('breadcrumbs')
{{ $issue->content }}
{{ $comment->comment }}
@lang('No comments yet.')
{{ $comment->comment }}
{{ $comment->created_at->format('d M Y, H:i') }}@lang('No comments yet.')
@endforelse