@extends('Layout::app') @push('css') @endpush @section('content') @include('Support::frontend.layouts.topic.search-form')
@include('Layout::parts.bc')
@include('admin.message')
{!! clean($row->content) !!}

@include('Support::frontend.layouts.ticket.replies')
@include('Support::frontend.layouts.ticket.detail-sidebar')
@endsection @push('js') @endpush