@extends($user['vendor'] == 1?'user.layout.supportlayout':'user.layout_user.supportlayout') @section('tab3','active') @section('tab')
{{{ trans('main.reply') }}}
@foreach($ticket->messages as $msg) @if($msg->mode == 'user')
{{{ trans('main.user') }}}-{{{ $msg->user->name or '' }}} {{{ date('d F y h:i',$msg->create_at) }}}
{!! $msg->msg or '' !!} @if($msg->attach != null && $msg->attach != '')
 Attachment @endif
@else
{{{ trans('main.staff') }}} {{{ date('d F y h:i',$msg->create_at) }}}
{!! $msg->msg or '' !!} @if($msg->attach != null && $msg->attach != '')
 Attachment @endif
@endif @endforeach
@endsection