{{ __('messages.open_tckt') }}
{{ __('messages.new_tckt') }}
| {{ __('messages.tckt_id') }} | {{ __('messages.ttl') }} | {{ __('messages.sts') }} | {{ __('messages.actn') }} |
|---|---|---|---|
| {{$ticket->ticket_id}} | {{$ticket->title}} | @if($ticket->status == 0) {{__('Closed')}} @elseif($ticket->status == 1) {{__('Open')}} @endif | @php($rd=0) @foreach($ticket->comments as $comment) @if($comment->state == 1 && $comment->sender == 'support') @php($rd = 1) @endif @endforeach @if(isset($rd) && $rd == 1) @php($rd = 0) @endif @if($ticket->status == 0) @endif |