@include('user.inc.fetch') @extends('layouts.atlantis.layout') @Section('content')
@php($breadcome = __('messages.tkt_sprt')) @include('user.atlantis.main_bar')
{{ __('messages.tkt_chat') }}
{{ __('messages.tkt_iss_msg')}}
{{$ticket_view->msg}}
@if(!empty($ticket_view)) @foreach($comments as $comment) @if($comment->sender == "user")

{{$comment->message}}

{{$comment->created_at}}

...

@else

...

{{$comment->message}}

{{$comment->created_at}}
@endif @endforeach @endif
@include('user.inc.confirm_inv') @endSection