{{ lang('Puchase Code') }} :
{{ Str::padLeft(Str::substr(decrypt($ticket->purchasecode), -4), Str::length(decrypt($ticket->purchasecode)), Str::padLeft('*', 1)) }}{{ lang('Your support for this item has expired. You may still leave a comment but please renew support if you are asking the author for help. View the item support policy') }}
@else @endif{{ lang('Puchase Code') }} :
{{ Str::padLeft(Str::substr($ticket->purchasecode, -4), Str::length($ticket->purchasecode), Str::padLeft('*', 1)) }}{{ lang('Your support for this item has expired. You may still leave a comment but please renew support if you are asking the author for help. View the item support policy') }}
@else @endif{{ lang('Ticket ID') }} | : | #{{ $ticket->ticket_id }} |
{{ lang('CC Mail') }} | : | {{ $ccemailsend->ccemails }} |
{{ lang('Category') }} | : | @if ($ticket->category_id != null) @if ($ticket->category != null) {{ $ticket->category->name }} @else ~ @endif @else ~ @endif |
{{ lang('SubCategory') }} | : | {{ $ticket->subcategories != null ? $ticket->subcategories->subcatlists->subcategoryname : '~' }} |
{{ lang('Item name') }} | : | {{ $ticket->item_name }} |
{{ lang('Project') }} | : | {{ $ticket->project }} |
{{ lang('Opened Date') }} | : | {{ \Carbon\Carbon::parse($ticket->created_at)->format(setting('date_format')) }} |
{{ lang('Status') }} | : | @if ($ticket->status == 'New') {{ lang($ticket->status) }} @elseif($ticket->status == 'Re-Open') {{ lang($ticket->status) }} @elseif($ticket->status == 'Inprogress') {{ lang($ticket->status) }} @elseif($ticket->status == 'On-Hold') {{ lang($ticket->status) }} @else {{ lang($ticket->status) }} @endif |
{{ lang('Reply Status') }} | : | @if ($ticket->replystatus == 'Solved') {{ lang($ticket->replystatus) }} @elseif($ticket->replystatus == 'Unanswered') {{ lang($ticket->replystatus) }} @elseif($ticket->replystatus == 'Waiting for response') {{ lang($ticket->replystatus) }} @else @endif |
{{ $customfield->fieldnames }} | : | {{ $extrafiels }} |
{{ $customfield->fieldnames }} | : | {{ $customfield->values }} |
{{ setting('businesshourstitle') }} @if ($holidays->isNotEmpty() && setting('24hoursbusinessswitch') != 'on') {{ lang('offline') }} @else @foreach (bussinesshour() as $bussiness) @if (now()->timezone(setting('default_timezone'))->format('D') == $bussiness->weeks) @if ( (strtotime($bussiness->starttime) <= strtotime(now()->timezone(setting('default_timezone'))->format('h:i A')) && strtotime($bussiness->endtime) >= strtotime(now()->timezone(setting('default_timezone'))->format('h:i A'))) || $bussiness->starttime == '24H') @if ($bussiness->starttime != '24H') {{ lang('online') }} @else {{ lang('online') }} @endif @else @if ($bussiness->starttime != '24H') {{ lang('offline') }} @else {{ lang('offline') }} @endif @endif @endif @endforeach @endif
{{ setting('businesshourssubtitle') }}