{{ $showprintticket->subject }}
{!! $showprintticket->message !!}
Created - {{$showprintticket->created_at->timezone(setting('default_timezone'))->format('d-m-y')}} {{$showprintticket->created_at->timezone(setting('default_timezone'))->format('h:i A')}}
By
@if($showprintticket->user_id == null)
@if($showprintticket->cust != null)
{{$showprintticket->cust->username}}
({{$showprintticket->cust->userType}})
@endif
@endif
@if(setting('customer_panel_employee_protect') == 'on')
{{setting('employeeprotectname')}}
@else
@if($showprintticket->user_id != null)
@if($showprintticket->users != null)
{{$showprintticket->users->name}}
@if(!empty($showprintticket->users->getRoleNames()[0]))
({{$showprintticket->users->getRoleNames()[0]}})
@endif
@endif
@endif
@endif
@foreach ($showprintticket->getMedia('ticket') as $ticketss)
@endforeach
@php $commentsprints = $showprintticket->comments()->latest()->get(); @endphp
@foreach($commentsprints as $commentsprint)
@if($commentsprint->cust_id != null)
{{--Customer Reply status--}}
@if($commentsprint->cust != null)
@if ($commentsprint->cust->image == null)
}})
@else
}})
@endif
@else
}})
@endif
@if($commentsprint->cust != null)
{{ $commentsprint->cust->username }}
{{ $commentsprint->cust->userType }}
@else
~
@endif
{!! $commentsprint->comment !!}
@foreach ($commentsprint->getMedia('comments') as $commentss)
@endforeach
{{lang('Created')}} - {{$commentsprint->created_at->timezone(setting('default_timezone'))->format('d-m-y')}}
{{$showprintticket->created_at->timezone(setting('default_timezone'))->format('h:i A')}}
{{lang('Replied By')}}
@if($commentsprint->user_id == null)
@if($commentsprint->cust != null)
{{$commentsprint->cust->username}}
({{$commentsprint->cust->userType}})
@endif
@endif
@if(setting('customer_panel_employee_protect') == 'on')
{{setting('employeeprotectname')}}
@else
@if($commentsprint->user_id != null)
@if($commentsprint->user != null)
{{$commentsprint->user->name}}
@if(!empty($commentsprint->user->getRoleNames()[0]))
({{$commentsprint->user->getRoleNames()[0]}})
@endif
@endif
@endif
@endif
{{--Customer Reply status end--}}
@endif
@if($commentsprint->user_id != null)
{{--Admin Reply status--}}
@if(setting('customer_panel_employee_protect') == 'on')
}})
@else
@if($commentsprint->user != null)
@if ($commentsprint->user->image == null)
}})
@else
}})
@endif
@else
}})
@endif
@endif
@if(setting('customer_panel_employee_protect') == 'on')
{{setting('employeeprotectname')}}
@else
@if($commentsprint->user != null)
{{ $commentsprint->user->name }}@if(!empty($commentsprint->user->getRoleNames()[0])){{ $commentsprint->user->getRoleNames()[0] }}@endif
@else
~
@endif
@endif
{!! $commentsprint->comment !!}
@foreach ($commentsprint->getMedia('comments') as $commentss)
@endforeach
{{lang('Created')}} - {{$commentsprint->created_at->timezone(setting('default_timezone'))->format('d-m-y')}} {{$showprintticket->created_at->timezone(setting('default_timezone'))->format('h:i A')}}
{{lang('Replied By')}}
@if($commentsprint->user_id == null)
@if($commentsprint->cust != null)
{{$commentsprint->cust->username}}
({{$commentsprint->cust->userType}})
@endif
@endif
@if(setting('customer_panel_employee_protect') == 'on')
{{setting('employeeprotectname')}}
@else
@if($commentsprint->user_id != null)
@if($commentsprint->user != null)
{{$commentsprint->user->name}}
@if(!empty($commentsprint->user->getRoleNames()[0]))
({{$commentsprint->user->getRoleNames()[0]}})
@endif
@endif
@endif
@endif
{{--Admin Reply status end--}}
@endif
@endforeach