@if($this->department == 'technical' || $this->department == 'accounting'|| $this->department == 'sell')
@endif
@if($this->department == 'course')
@if($this->video_id)
@endif
@endif
{{$title}}
@if($status == 0 || $status == 1 ||$status == 2 )
از بستن تیکت خود اطمینان دارید؟
این کار دیگر قابل بازگشت نیست!
@endif
@if($department == 'technical')
بخش فنی
@elseif($department == 'accounting')
حسابداری
@elseif($department == 'sell')
فروش دوره
@else
پشتیبانی دوره
@endif
@if($department == 'course')
نام سرفصل:
{{$this->ticket->selectSection->name}}
@endif
متن تیکت
{!! $description !!}
{{-- @forelse($this->responses as $response)--}}
{{-- {!! $response->response !!}--}}
{{-- @empty--}}
{{-- بدون پاسخ--}}
{{-- @endforelse--}}