{!! Form::label('type', __('Type')) !!}

{{ $supportTicket->type }}

{!! Form::label('category', __('Category')) !!}

{{ $supportTicket->category }}

{!! Form::label('status', __('Status')) !!}

{{ $supportTicket->status }}

{!! Form::label('ticket_date', __('Ticket Date')) !!}

{{ $supportTicket->ticket_date }}

{!! Form::label('solve_date', __('Solve Date')) !!}

{{ $supportTicket->solve_date }}

{!! Form::label('title', __('Title')) !!}

{{ $supportTicket->title }}

{!! Form::label('subtitle', __('Subtitle')) !!}

{{ $supportTicket->subtitle }}

{!! Form::label('details', __('Details')) !!}

{{ $supportTicket->details }}

{!! Form::label('priority', __('Priority')) !!}

{{ $supportTicket->priority }}

{!! Form::label('for_service', __('For Service')) !!}

{{ $supportTicket->for_service }}

{!! Form::label('trx_id', __('Trx Id')) !!}

{{ $supportTicket->trx_id }}

{!! Form::label('image', __('Image')) !!}

{{ $supportTicket->image }}

{!! Form::label('communication', __('Communication')) !!}

{{ $supportTicket->communication }}

{!! Form::label('note', __('Note')) !!}

{{ $supportTicket->note }}

{!! Form::label('created_by', __('Created By')) !!}

{{ $supportTicket->created_by }}

{!! Form::label('updated_by', __('Updated By')) !!}

{{ $supportTicket->updated_by }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $supportTicket->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $supportTicket->updated_at }}