{{--
@if ($errors->has('ticket_number')) {{ $errors->first('ticket_number') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
--}}
{{--
--}}
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@if($replies) @foreach($replies as $rep) @if(isset($rep->reply))
Reef:
{{$rep->created_at}}
{{$rep->reply}}

@endif @if(isset($rep->comment))
@if($rep->user && $rep->user->name){{$rep->user->name}}@else User: @endif
{{$rep->created_at}}
{{$rep->comment}}

@endif @endforeach @endif
{{ csrf_field() }} @if($support_ticket->open == 1)
@endif
@push('js') @include('dashboard.inc._description_tinymce') @endpush