@php $getUserRoleData = userRoleData(); $Accounts = explode(",",$getUserRoleData->Accounts); @endphp
{{ trans('Accounts Number') }} | {{ trans('Customer Name') }} | {{ trans('Phone') }} | {{ trans('Status') }} | {{ trans('Assigned to') }} | {{ trans('Created Date') }} | @if(in_array("Edit",$Accounts ) || in_array("Delete",$Accounts )){{ trans('Action') }} | @endif
---|---|---|---|---|---|---|
mark_as_suspicious == "0") style=" color:white" @endif> #{{ $rsVal->name }} | @if(count((array) $rsVal['customers'])){{ $rsVal['customers']->customers_firstname }} {{ $rsVal['customers']->customers_lastname }}@endif | @if(count((array) $rsVal['customers'])){{ $rsVal['customers']->customers_telephone}}@endif | {{ $rsVal['account_status']->name}} | @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))}} | @if(in_array("Edit",$Accounts ) || in_array("Delete",$Accounts ))@if(in_array("Edit",$Accounts )) @endif @if(in_array("View",$Accounts )) @endif @if(in_array("Delete",$Accounts )) @endif | @endif
No record found |
Please contact with SuperAdmin
@endif