@php use App\Http\Controllers\SytoolStatusRegister; use Illuminate\Support\Facades\Crypt; @endphp @include('system-layouts.layout-head') @include('systructure-architect-communication.title')

Informa as ações que irão ocorre do sistema

{{--
Lista todos os registro 2
--}}
@foreach($record as $row ) @endforeach
ID Detalhes
{{ $row->idArchitectCommunication }} @php $status_register = SytoolStatusRegister::information(['idStatusReg'=>$row->idStatusReg]) @endphp Status: {{ $status_register->xName }} | Nome: {{ $row->xName }}
Descrição:
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/systructure-architect-communication/index.blade.php on line 47

Warning: Attempt to read property "description" on null in /home/admgocrm/public_html/crm/dev/crmviews/systructure-architect-communication/index.blade.php on line 47
@include('system-layouts.layout-footer')