@extends('layouts.adminmaster') @section('styles') @endsection @section('content') {{-- page header start --}}
{{ lang('Status') }} {{ $tickethistory->status }} @if ($tickethistory->replystatus) {{ $tickethistory->replystatus }} @endif @if ($tickethistory->ticketnote) {{ lang('Note') }} @endif @if ($tickethistory->overduestatus) {{ $tickethistory->overduestatus }} @endif
{{ $tickethistory->username }} @if ($tickethistory->currentAction) ({{ $tickethistory->currentAction }}) @endif
@php $explode_id = json_decode($tickethistory->assignUser, true); $dataArray = $explode_id; @endphp @if ($dataArray) @foreach ($dataArray as $user)