@extends('admin.layout') @section('content')

{{ trans('labels.title_dashboard') }} {{ trans('labels.dashboard_Version') }} 2.9.2 {{ session('inactimeasdf') ?? '' }}

@php $getUserRoleData = userRoleData(); //$Products = explode(",",$getUserRoleData->Products); //$Orders = explode(",",$getUserRoleData->Orders); //$Customers = explode(",",$getUserRoleData->Customers); $reports = explode(",",$getUserRoleData->reports); //echo "
";
   // print_r($getUserRoleData->RoleName);
 //echo "
"; @endphp
@if( count((array) $errors) > 0) @foreach($errors->all() as $error) @endforeach @endif @if(session()->has('message'))

{{ trans('labels.Successlabel') }}

{{ session()->get('message') }}
@endif @if(session()->has('error'))

{{ trans('labels.WarningLabel') }}

{{ session()->get('error') }}
@endif

My Tickets Showing {{($result['ticketsData']->currentPage()-1)* $result['ticketsData']->perPage()+($result['ticketsData']->total() ? 1:0)}} to {{($result['ticketsData']->currentPage()-1)*$result['ticketsData']->perPage()+count($result['ticketsData'])}} of {{$result['ticketsData']->total()}} Results

@if(count((array) $result['ticketsData'])>0) @foreach ($result['ticketsData'] as $rsVal) @endforeach @else @endif
{{ trans('Tickets Number') }} {{ trans('Subject') }} {{ trans('Assigned to') }} {{ trans('Date') }}
#{{ $rsVal->tickets_number }} {{ $rsVal->subject }} @if(count((array) $rsVal['assigned_to_user'])){{ $rsVal['assigned_to_user']->first_name }} {{ $rsVal['assigned_to_user']->last_name }}@endif {{ date('d-m-Y H:i:s', strtotime($rsVal->created_at))}}
No record found
@if(count((array) $result['ticketsData'])>0) @endif

My Reminder Showing {{($result['reminder']->currentPage()-1)* $result['reminder']->perPage()+($result['reminder']->total() ? 1:0)}} to {{($result['reminder']->currentPage()-1)*$result['reminder']->perPage()+count($result['reminder'])}} of {{$result['reminder']->total()}} Results

@if(count((array) $result['reminder'])>0) @foreach ($result['reminder'] as $rsVal)
{{ trans('ID') }} {{ trans('Reminder for') }} {{ trans('Reminder At') }} {{ trans('Assigned to') }} {{ trans('Status') }} {{ trans('Date') }}
{{ $rsVal->id }} @if(count((array) $rsVal['threads'])>0 && $rsVal->type == "tickets") {{ $rsVal['threads']->id}} @else {{ $rsVal['threads']->customers_firstname}} {{ $rsVal['threads']->customers_lastname}} - {{ $rsVal['threads']->customers_telephone}} @endif