@if(session('message'))
@endif
{{ session('message') }}
{{--
--}}
{{-- Tambah Order --}}
{{-- --}}
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']) }} |