@extends($theme.'frontend.layouts.master') @section('title',__('Support Reply')) @section('content')
@if($data->type == 1) {{$ticket_object->user_member->name}} @elseif($data->type == 0) {{__('Admin')}} @endif {{$data->updated_at->format('d M, Y - h:i A') }}
{!! $data->comment !!}