{{$thread->user_id}}
( organisation )
priority_id)->first();
?>
sla;
$SlaPlan = App\Model\Manage\Sla_plan::where('id','=',$sla)->first();?>
SLA Plan: {{$SlaPlan->grace_period}}
Created Date: {{date_format($tickets->created_at, 'd/m/Y H:i:s')}}
Due Date:
created_at;
$time = date_create($time);
date_add($time, date_interval_create_from_date_string($SlaPlan->grace_period));
echo date_format($time, 'd/m/Y H:i:s');
?>
id)->get();?>
@foreach($response as $last)
created_at; ?>
@endforeach
Last Response: {{date_format($ResponseDate, 'd/m/Y H:i:s')}}
| Status: | status)->first();?>{{$status->state}} |
| Priority: | priority_id)->first();?>{{$priority->priority}} |
| Department: | help_topic_id)->first();?>{{$help_topic->department}} |
| Email: | {{$user->email}} |
| Phone: | {{$thread->user_id}} |
| Source: | {{$thread->ip_address}} |
| Help Topic: | help_topic_id)->first();?>{{$help_topic->topic}} |
| Last Message: | {{$last->poster}} |
-
id)->paginate(2);
foreach ($conversations as $conversation) {
?>
- created_at; $ConvDate = explode(' ',$ConvDate1); $date = $ConvDate[0]; $time = $ConvDate[1]; $time = substr($time, 0, -3); if(isset($data) && $date==$data){ } else { ?> {{date_format($conversation->created_at, 'd/m/Y')}}
-
staff_id > 0) { ?>
user_id > 0) { ?>
{{date_format($conversation->created_at, 'd/m/Y H:i:s')}}
{{$conversation->poster}}
{!! $conversation->body !!}
id ?>
-
setPath( url('/thread/'.'1'))->render(); ?>