priority_id)->first();
?>
sla;
$SlaPlan = App\Model\Manage\Sla_plan::where('id','=',1)->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}} |
Help Topic: | help_topic_id)->first();?>{{$help_topic->topic}} |
Last Message: | {{$last->poster}} |