@forelse($datas as $data)
{{$data->title}}
#{{$data->id}} @if($data->status == 0)
ارسال شده
@elseif($data->status == 1)
در انتضار برسی
@elseif($data->status == 2)
پاسخ داده شده
@elseif($data->status == 3)
بسته شده
@endif
@empty تیکتی یافت نشد @endforelse
@if($createMode)
@if($this->department == 'technical' || $this->department == 'accounting'|| $this->department == 'sell')
@endif @if($this->department == 'course')
@if($this->video_id) @endif
@endif
@endif @if($showMode)

{{$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--}}
@endif