@extends('main') @section('content')

Tickets

@if(session('message'))
@endif
{{--
--}} {{-- Tambah Order --}} {{--
--}}
@if(!empty($tickets['tickets']['ticket'])) @foreach ($tickets['tickets']['ticket'] as $t) @endforeach @endif
Options Department Subject Submitter Priority Status Last Reply
{!! $t['status'] != 'Closed' ? '' : '-' !!} {{ \app\Http\Controllers\TicketController::getDepartmentById($t['deptid']) }} #{{ $t['tid'] }} - {{ $t['subject'] }} {{ $t['name'] }} {{ $t['priority'] }} {!! $t['status'] == 'Closed' ? ''.$t['status'].'' : ''.$t['status'].'' !!} {{ \app\Http\Controllers\TicketController::time_elapsed_string($t['lastreply']) }}
@endsection @section('js') @endsection