@extends('themes.default1.client.layout.client') user_id)->first();?> @section('nav1') class="active" @stop @section('My') class="active" @stop @section('sidebar')
  • TICKET INFORMATION
  • TICKET ID
    #{{$tickets->ticket_number}}
  • USER
    {{$user->email}}
  • @if($tickets->assigned_to > 0) ASSIGNED TO
    {{$tickets ->assigned_to}} @else UNASSIGNED @endif
  • @stop @section('content')

    {{$thread->title}}

    ( {{$tickets->ticket_number}} )
    {!! Form::close() !!}
    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)->first();?>priority_id)->first();?>help_topic_id)->first();?>
    Status: {{$status->state}}
    Priority: {{$priority->priority}}
    Department: {{$help_topic->department}}
    help_topic_id)->first();?>
    Help Topic: {{$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(); ?>
    @stop