@if(!Auth::user()->checkCharacteristics(['1', '2', '3'])) *** Para Exclusão e Alteração da lista favor entrar em contato com o o suporte do Sistema csaprojetos@commodity.ch . @endif @if($type == 'table') @endif @if($searchBy != 'System' && $searchBy != 'SystemTable' && $searchBy != 'SystemTableItem') @endif @foreach($fieldsProperties as $fieldProperties) @endforeach @if($searchBy != 'System' && $searchBy != 'SystemTable' && $searchBy != 'SystemTableItem') @endif @foreach($registers as $item) @if($type == 'table') @endif @if($searchBy != 'System' && $searchBy != 'SystemTable' && $searchBy != 'SystemTableItem') @endif @foreach($fieldsProperties as $keyProp => $fieldProperties) @if($fieldProperties["type"] != 'select' && $fieldProperties["type"] != "morph" ) @elseif($fieldProperties["type"] == "morph") @else @php $showdescription = ''; @endphp @foreach($fieldProperties["value"] as $key => $description) @if(isset($fieldProperties["valueslinked"][$item->id])) @php $selected = explode(',', $fieldProperties["valueslinked"][$item->id]); @endphp @if(is_array($selected)) @foreach($selected as $value) @php if($value == $key){ $showdescription .= ($showdescription == '' ? $description : ' / ' . $description) ; } @endphp @endforeach @else @php $showdescription .= $description; @endphp @endif @elseif(isset($item->{$fieldProperties["name"]}) && $key == $item->{$fieldProperties["name"]}) @php $showdescription = $description; @endphp @endif @endforeach @endif @endforeach @if($type == 'table' && $searchBy != 'System' && $searchBy != 'SystemTable' && $searchBy != 'SystemTableItem') @elseif($type == 'export' && $searchBy != 'System' && $searchBy != 'SystemTable' && $searchBy != 'SystemTableItem') @endif @endforeach
OperationRegister ID{{$fieldProperties["label"]}}Status
@if(Auth::user()->checkCharacteristics(['1', '2', '3'])) @can('update', App\Usuario::class) id])) data-valueslinked = {{$fieldProperties["valueslinked"][$item->id]}} @endif @endforeach data-status="{{$item->status}} " data-toggle="modal" data-target="#edit" data-placement="top" title="Edit" id="edit_btn"> @endcan @can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-placement="top" title="Delete" > @endcan @isset($extraActions) @foreach($extraActions as $extraAction) @if(isset($extraAction['department'])) @if($extraAction['department'] == Auth::user()->departamento) @endif @else @endif @endforeach @endisset @endif {{ $item->id }} {{ (isset($item->{$fieldProperties["name"]}) ? $item->{$fieldProperties["name"]} : '-') }} {$fieldsProperties[$keyProp - 1]["name"]})) . '\\' . $item->{$fieldProperties["name"]} . '\\edit' }}"> {{ (isset($item->{$fieldProperties["name"]}) ? $item->{$fieldProperties["name"]} : '-') }} {{$showdescription}} @if ((!empty($item->status))&&$item->status == "Active" || ((!empty($item->status)) && $item->status == "Ativo")) @else @endif @if ((!empty($item->status))&&$item->status == "Active" || ((!empty($item->status)) && $item->status == "Ativo")) {{$item->status}} @else Inactive @endif
@include('bibliotecas.floattheadOverflow')